2007-03-20 |
Kalle Olavi Niemitalo | ftp: Don't pad the timestamp column with spaces.
|
commit | commitdiff | tree |
2007-03-20 |
Kalle Olavi Niemitalo | show_http_error_document: Generate a charset parameter.
|
commit | commitdiff | tree |
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 |
Witold Filipczyk | get_attr_value: do not do trim_chars
|
commit | commitdiff | tree |
2007-03-18 |
Witold Filipczyk | accesskey: start iterating with next link.
|
commit | commitdiff | tree |
2007-03-18 |
Witold Filipczyk | Accesskey didn't work as it should.
|
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-18 |
Witold Filipczyk | ftp: ftp didn't handle filenames with spaces.
|
commit | commitdiff | tree |
2007-03-12 |
Witold Filipczyk | Used add_shell_quoted_to_string instead of enclosing...
|
commit | commitdiff | tree |
2007-03-12 |
Witold Filipczyk | MIME: When there is no % in the handler string (no...
|
commit | commitdiff | tree |
2007-03-11 |
Witold Filipczyk | The real fix for the bug 935.
|
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 |
Witold Filipczyk | cgi: Fix the possible memleak and close pipes in case...
|
commit | commitdiff | tree |
2007-03-10 |
Witold Filipczyk | test: The CGI script showing POST DATA sent to it.
|
commit | commitdiff | tree |
2007-03-10 |
Witold Filipczyk | POST method of CGI did not work. It works now.
|
commit | commitdiff | tree |
2007-03-10 |
Kalle Olavi Niemitalo | cgi: Ensure correct type of NULL pointer to variadic...
|
commit | commitdiff | tree |
2007-03-10 |
Witold Filipczyk | cgi: set_nonblocking_fd
|
commit | commitdiff | tree |
2007-03-10 |
Witold Filipczyk | gpm: ELinks can use the wheel mouse on the Linux console.
|
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 |
Witold Filipczyk | fsp: remember the username and the password given in...
|
commit | commitdiff | tree |
2007-03-03 |
Witold Filipczyk | fsp: call find_auth in both cases.
|
commit | commitdiff | tree |
2007-03-03 |
Witold Filipczyk | fsp: used strings, encode and decode filenames with...
|
commit | commitdiff | tree |
2007-03-03 |
Witold Filipczyk | fsp: set_nonblocking_fd
|
commit | commitdiff | tree |
2007-03-03 |
Witold Filipczyk | fsp: abort connection on empty files.
|
commit | commitdiff | tree |
2007-03-03 |
Witold Filipczyk | fsp: prompt for password when the authentication fails.
|
commit | commitdiff | tree |
2007-03-03 |
Witold Filipczyk | Removed unneded header file accidentally included by...
|
commit | commitdiff | tree |
2007-03-03 |
Witold Filipczyk | fsp: Pass the filesize by ctype (stderr).
|
commit | commitdiff | tree |
2007-03-03 |
Witold Filipczyk | dup2 closes given descriptors, so no need for the explicit...
|
commit | commitdiff | tree |
2007-03-03 |
Witold Filipczyk | FSP: The preparation for the error handling.
|
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 |
Witold Filipczyk | smb2: Do not use smb_options.
|
commit | commitdiff | tree |