1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-17 01:16:16 -04:00
Commit Graph

2381 Commits

Author SHA1 Message Date
Kalle Olavi Niemitalo
f47bdd76d6 init_string__: Let the file parameter point to const. 2007-01-28 01:46:30 +02:00
Kalle Olavi Niemitalo
0ba497b0d4 xstrcmp: Make both parameters point to const. 2007-01-28 01:43:49 +02:00
Kalle Olavi Niemitalo
0ee76a0ef3 straconcat: Assume all arguments point to const. 2007-01-28 01:42:08 +02:00
Kalle Olavi Niemitalo
03ccf0b2b1 add_to_strn: Let the src parameter point to const. 2007-01-28 01:39:45 +02:00
Kalle Olavi Niemitalo
ac339cf5e5 elinks_ulongcat: Make the static strings const.
And simplify an expression to avoid a cast.
2007-01-28 01:28:44 +02:00
Kalle Olavi Niemitalo
ada3858372 color_specs: Make const. 2007-01-28 01:13:53 +02:00
Kalle Olavi Niemitalo
0484f68b69 get_color_string: Return a pointer to const. 2007-01-28 00:52:21 +02:00
Kalle Olavi Niemitalo
add2a5d1b5 add_quoted_to_string: Make the src parameter point to const. 2007-01-28 00:20:59 +02:00
Kalle Olavi Niemitalo
4adcae682f change_hook_css: Don't use the ses parameter.
It might be NULL.
2007-01-27 22:33:02 +02:00
Kalle Olavi Niemitalo
233c59b9c2 l_set_option: Correct the args to option_changed().
Should have been in commit 2e5488ba3d.
2007-01-27 22:31:47 +02:00
Kalle Olavi Niemitalo
90f1fc5a62 src/Makefile: Add a TAGS target. 2007-01-27 21:03:09 +02:00
Kalle Olavi Niemitalo
6a1d21441e Document the parameters of change_hook_T. 2007-01-27 20:34:18 +02:00
Kalle Olavi Niemitalo
2e5488ba3d option_changed: Merge the 2nd and 3rd parameter.
All callers were passing the same value for both.
2007-01-27 19:52:49 +02:00
Kalle Olavi Niemitalo
7bfd9703d9 toggle_option: Remove an obsolete comment.
option_changed already calls the change hooks so there's no need to
have a TODO comment about calling them.
2007-01-27 19:49:19 +02:00
Kalle Olavi Niemitalo
22f7468013 Make arrays of option change hooks const. 2007-01-27 19:00:47 +02:00
Kalle Olavi Niemitalo
ba5f683dcb l_set_option: Use option_changed() instead of inline code. 2007-01-27 18:41:57 +02:00
Witold Filipczyk
e40f37f80c Typo. 2007-01-27 14:20:57 +01:00
Kalle Olavi Niemitalo
392c792f60 Merge with http://elinks.cz/elinks.git 2007-01-27 14:52:55 +02:00
Witold Filipczyk
c7f6f76951 fsp, smb: remember the username and the password given in the uri. 2007-01-27 12:38:02 +01:00
Witold Filipczyk
9aab8b0ceb smb: minor optimisation. 2007-01-27 12:21:29 +01:00
Witold Filipczyk
a956a55f8c smb: Encode and decode spaces in filenames. 2007-01-27 12:14:59 +01:00
Witold Filipczyk
8ef93ebf09 fsp: call find_auth in both cases.
When the username and the password were given in the uri and when
they weren't. I'm not sure if it changes anything.
2007-01-27 12:05:17 +01:00
Kalle Olavi Niemitalo
f4709c3794 Bug 882: Replace C1 controls with spaces in UTF-8 to the terminal. 2007-01-27 11:12:22 +02:00
Witold Filipczyk
047bf7e1c6 ftp: ftp didn't handle filenames with spaces. 2007-01-27 10:05:40 +01:00
Kalle Olavi Niemitalo
564a6b9602 Bug 882, add_char_data: Document the charsets being used. 2007-01-27 10:25:51 +02:00
Kalle Olavi Niemitalo
65645624b4 cp1250, cp1257: Don't map undefined bytes to U+0000. 2007-01-27 09:58:18 +02:00
Witold Filipczyk
8678908412 fsp: used strings, encode and decode filenames with spaces. 2007-01-26 23:42:24 +01:00
Witold Filipczyk
c16c4d06c7 smb: Do not encode ' ' as %20 in base href. 2007-01-26 20:46:27 +01:00
Witold Filipczyk
71adb0e6cc cgi, fsp, smb: set_nonblocking_fd 2007-01-25 16:51:49 +01:00
Witold Filipczyk
73138dad3d smb: used string functions in place of printf and puts. 2007-01-25 14:09:44 +01:00
Laurent MONIN
c88e6e38bc Minor fix. 2007-01-25 14:00:10 +01:00
Witold Filipczyk
eef1c17dce fsp, smb: abort connection on empty files.
Empty files were causing 'read from socket' errors.
2007-01-25 13:38:32 +01:00
Witold Filipczyk
1d3cd264e9 smb: used string functions instead of snprintf. 2007-01-25 13:28:21 +01:00
Kalle Olavi Niemitalo
5882ec0ce7 Make color256_seqs and color_true_seqs const. 2007-01-25 01:04:19 +02:00
Kalle Olavi Niemitalo
649f470fe5 add_string_to_string: Make the "from" string const. 2007-01-25 00:33:17 +02:00
Kalle Olavi Niemitalo
61520b9040 Make inactive screen drivers const. 2007-01-25 00:21:45 +02:00
Kalle Olavi Niemitalo
11006800b5 Make struct strings const in underline mode setup and teardown. 2007-01-25 00:11:38 +02:00
Kalle Olavi Niemitalo
c62e23c161 Make struct strings const in frame mode setup and teardown. 2007-01-25 00:09:07 +02:00
Kalle Olavi Niemitalo
8dd400d49f Make frame translation tables const. 2007-01-25 00:05:36 +02:00
Kalle Olavi Niemitalo
34c636026d draw_line: Make it more obvious that line points into an array. 2007-01-24 23:15:07 +02:00
Kalle Olavi Niemitalo
3b7c021254 Comment changes only (about charsets in terminals). 2007-01-24 23:11:17 +02:00
Kalle Olavi Niemitalo
448f1b55cd Make some small arrays const. 2007-01-24 23:08:25 +02:00
Witold Filipczyk
0d26d3c05c smb2: show comments. 2007-01-24 20:14:41 +01:00
Witold Filipczyk
9c3cdfd5cf The SMB protocol handling using libsmbclient. 2007-01-24 18:40:28 +01:00
Kalle Olavi Niemitalo
99827ceee4 NEWS: Changing colors in plain text has been reverted.
Reported by Witek.
2007-01-24 00:48:29 +02:00
Witold Filipczyk
a17510c377 fsp: prompt for password when the authentication fails.
It works only for directory listings.
2007-01-23 14:34:16 +01:00
Kalle Olavi Niemitalo
fe48c9d660 Some more NEWS from Bugzilla. 2007-01-22 23:34:12 +02:00
Witold Filipczyk
ad4dce3059 Removed unneded header file accidentally included by the previous commit. 2007-01-18 18:20:33 +01:00
Witold Filipczyk
d49a53b2a9 fsp: Pass the filesize by ctype (stderr). 2007-01-18 18:17:59 +01:00
Witold Filipczyk
99cff6aa70 Added macro foreach_module_builtin. Killed some warnings of gcc-4.2. 2007-01-18 17:05:16 +01:00