2007-03-20 |
Kalle Olavi Niemitalo | file: Directory listings are in the system charset.
|
commit | commitdiff | tree |
2007-03-20 |
Kalle Olavi Niemitalo | struct directory_entry: Document the charset and mem_free.
|
commit | commitdiff | tree |
2007-03-20 |
Kalle Olavi Niemitalo | add_date_to_string: Let last two parameters point to...
|
commit | commitdiff | tree |
2007-03-20 |
Kalle Olavi Niemitalo | intl: Fork get_cp_config_name off get_cp_mime_name.
|
commit | commitdiff | tree |
2007-03-19 |
Kalle Olavi Niemitalo | add_html_to_string: Do not encode bytes 0x80...0xFF.
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | Use add_string_to_string where applicable.
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | add_string_to_string: Don't fail if @from is empty.
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | utf8_to_unicode: Let the end parameter point to const.
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | add_html_to_string: Also restore the '\0' terminator.
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | add_html_to_string: If out of memory, roll back and...
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | add_html_to_string: Encode only known unsafe or non...
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | init_directory_listing: Link to original URLs. Decode...
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | More const in URI functions.
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | ftp, add_file_cmd_to_str: Check errors from string...
|
commit | commitdiff | tree |
2007-03-18 |
Kalle Olavi Niemitalo | Reject CR and LF characters in FTP pathnames.
|
commit | commitdiff | tree |
2007-03-11 |
Kalle Olavi Niemitalo | Cast the NULL argument of string_concat to unsigned...
|
commit | commitdiff | tree |
2007-03-11 |
Kalle Olavi Niemitalo | Cast the NULL argument of straconcat to unsigned char *.
|
commit | commitdiff | tree |
2007-03-11 |
Kalle Olavi Niemitalo | Cast variadic arguments of add_to_ml to void *.
|
commit | commitdiff | tree |
2007-03-11 |
Kalle Olavi Niemitalo | Cast variadic arguments of getml to void *.
|
commit | commitdiff | tree |
2007-03-11 |
Kalle Olavi Niemitalo | Tell xgettext which functions pass through format strings.
|
commit | commitdiff | tree |
2007-03-11 |
Kalle Olavi Niemitalo | Fix compiler errors without HAVE_VARIADIC_MACROS.
|
commit | commitdiff | tree |
2007-03-11 |
Kalle Olavi Niemitalo | Tell xgettext which functions expect format strings.
|
commit | commitdiff | tree |
2007-03-11 |
Kalle Olavi Niemitalo | string_assert: First arg of elinks_internal is a format...
|
commit | commitdiff | tree |
2007-03-11 |
Kalle Olavi Niemitalo | XBEL: Fix us-ascii charset lookup.
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | textarea_edit: Cast size_t fx_maxlength to match "%u".
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | menu_leds_info: Revert the previous change.
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | menu_leds_info: Don't call msg_text.
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | Type-check button arguments of msg_box.
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | OS/2: Ensure correct type of NULL pointer for variadic...
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | cgi: Avoid assertion failure when the POST data is...
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | cgi: Ensure correct type of NULL pointer to variadic...
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | Document the syntax of protocol.rewrite.default_template.
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | get_http_error_document: Change "happenned" to "happened".
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: Use atol rather than atoi for file sizes.
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: Don't call qsort with a NULL pointer.
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: Remove a cast.
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: Assert that there is room for a terminating null.
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: Comment about not freeing memory in the child...
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: Call close_socket(socket) rather than close(socket...
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: Comment and FIXME about closing file descriptors.
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: Don't cast the qsort comparison function pointer.
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: More const.
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | smb: Fix libsmbclient 3.0.10 compatibility.
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | Revert 11e6aa8d97fe, "Bug 944, SMB: Fix leaks and libsmbclie...
|
commit | commitdiff | tree |
2007-03-06 |
Kalle Olavi Niemitalo | fsp: Try to recover from ABI mismatches caused by _FILE_OFFS...
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Try to support large files.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Call fsp_closedir also if protocol.fsp.sort is...
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Don't call decode_uri(NULL). It will crash.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Don't call qsort with a NULL pointer.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Use copy_struct rather than memcpy.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: HTML-encode file names in the directory listing.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Comment about not calling fsp_close_session on...
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Remove a cast.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Assert that there is room for a terminating null.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Comment about not freeing memory in the child...
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Call close_socket(socket) rather than close(socket...
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: prompt_username_pw is in the parent process.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Comment and FIXME about closing file descriptors.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Don't cast the qsort comparison function pointer.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: More const.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | encode_uri_string: Let name point to const.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | add_html_to_string: Let src (aka html) point to const.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Comment about connection.data_socket.
|
commit | commitdiff | tree |
2007-03-05 |
Kalle Olavi Niemitalo | fsp: Comments about interprocess communication.
|
commit | commitdiff | tree |
2007-03-03 |
Kalle Olavi Niemitalo | palette.inc: Comment fixes.
|
commit | commitdiff | tree |
2007-02-27 |
Kalle Olavi Niemitalo | palette256: Comment about "web-safe" colors.
|
commit | commitdiff | tree |
2007-02-27 |
Kalle Olavi Niemitalo | Bug 890, palette256: Change colors 0-15 to match xterm...
|
commit | commitdiff | tree |
2007-02-25 |
Kalle Olavi Niemitalo | Bug 844: Remove src/protocol/smb/smb.c, superseded...
|
commit | commitdiff | tree |
2007-02-25 |
Kalle Olavi Niemitalo | Bug 844: Document the new SMB back-end in features...
|
commit | commitdiff | tree |
2007-02-25 |
Kalle Olavi Niemitalo | Bug 844, SMB: EACCES from smbc_opendir beats ENOENT...
|
commit | commitdiff | tree |
2007-02-25 |
Kalle Olavi Niemitalo | Bug 844, SMB: HTML-encode file names and comments.
|
commit | commitdiff | tree |
2007-02-25 |
Kalle Olavi Niemitalo | Bug 944, SMB: Fix leaks and libsmbclient 3.0.10 compatibility.
|
commit | commitdiff | tree |
2007-02-25 |
Kalle Olavi Niemitalo | Revert 5f36ad302e98, to make bug 534 less likely to...
|
commit | commitdiff | tree |
2007-02-25 |
Kalle Olavi Niemitalo | Bug 937, http_send_header: indentation fix
|
commit | commitdiff | tree |
2007-02-25 |
Kalle Olavi Niemitalo | Bug 937, http_send_header: Don't send all headers to...
|
commit | commitdiff | tree |
2007-02-24 |
Kalle Olavi Niemitalo | Various comments and tweaks in bzip2 decoding.
|
commit | commitdiff | tree |
2007-02-24 |
Kalle Olavi Niemitalo | More const in encoding backends.
|
commit | commitdiff | tree |
2007-02-24 |
Kalle Olavi Niemitalo | Remove decode_encoded and associated backend functions.
|
commit | commitdiff | tree |
2007-02-24 |
Kalle Olavi Niemitalo | Bug 799: Ignore source directory name when uninstalling.
|
commit | commitdiff | tree |
2007-02-22 |
Kalle Olavi Niemitalo | Bug 844 doc: Don't ask users to provide a patch, as...
|
commit | commitdiff | tree |
2007-02-22 |
Kalle Olavi Niemitalo | Use -Wno-always-true only if $CC accepts it. GCC 4...
|
commit | commitdiff | tree |
2007-02-21 |
Kalle Olavi Niemitalo | NEWS: Comment out the parts that shouldn't be in release...
|
commit | commitdiff | tree |
2007-02-18 |
Kalle Olavi Niemitalo | NEWS: Local CGI is not new.
|
commit | commitdiff | tree |
2007-02-17 |
Kalle Olavi Niemitalo | do_real_lookup: Assert that ai_addrlen <= sizeof(struct...
|
commit | commitdiff | tree |
2007-02-17 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2007-02-17 |
Kalle Olavi Niemitalo | NEWS: Mention when pasting from GNU screen clipboard...
|
commit | commitdiff | tree |
2007-02-17 |
Kalle Olavi Niemitalo | BFU doc: Comment on what widget_data.cdata means for...
|
commit | commitdiff | tree |
2007-02-17 |
Kalle Olavi Niemitalo | NEWS: Mention bugs 779 and 781, from Bugzilla.
|
commit | commitdiff | tree |
2007-02-11 |
Kalle Olavi Niemitalo | NEWS: Temporarily mention bug 794.
|
commit | commitdiff | tree |
2007-02-11 |
Kalle Olavi Niemitalo | doc: cut-clipboard does not merely delete text from...
|
commit | commitdiff | tree |
2007-02-11 |
Kalle Olavi Niemitalo | get_clipboard_text: Disable pasting from GNU Screen...
|
commit | commitdiff | tree |
2007-02-11 |
Kalle Olavi Niemitalo | doc: Ctrl-Alt- keystrokes can be bound too.
|
commit | commitdiff | tree |
2007-02-11 |
Kalle Olavi Niemitalo | Merge with http://elinks.cz/elinks.git
|
commit | commitdiff | tree |
2007-02-10 |
Kalle Olavi Niemitalo | Revive #lua-scripting and #ecmascript links in installation...
|
commit | commitdiff | tree |
2007-02-10 |
Kalle Olavi Niemitalo | Add some bug numbers to NEWS.
|
commit | commitdiff | tree |
2007-02-04 |
Kalle Olavi Niemitalo | do_type_query: Make known_types[] const.
|
commit | commitdiff | tree |
2007-02-04 |
Kalle Olavi Niemitalo | check_http_server_bugs: Make buggy_servers[] const.
|
commit | commitdiff | tree |