Age | Commit message (Expand) | Author |
2013-08-20 | url: allocate username, password, and options on the heap | Jonathan Nieder |
2013-08-20 | url: use goto in create_conn() for exception handling | Jonathan Nieder |
2013-08-20 | sasl: allow arbitrarily long username and password | Jonathan Nieder |
2013-08-19 | imap: Fixed response check for SEARCH command | Alex McLellan |
2013-08-16 | glob: error out on range overflow | Daniel Stenberg |
2013-08-16 | urlglob: better detect unclosed braces, empty lists and overflows | Daniel Stenberg |
2013-08-15 | VMS: Add RELEASE-NOTES to vms document | John Malmberg |
2013-08-15 | tests 2032, 2033: Don't hardcode port in expected output | Tor Arntsen |
2013-08-14 | ftp: convert state names to a global array | Daniel Stenberg |
2013-08-14 | --help: fix the --sasl-ir in the help output | Daniel Stenberg |
2013-08-14 | ftp_domore_getsock: when passive mode, the second conn is already there | Daniel Stenberg |
2013-08-14 | curl: make --no-[option] work properly for several options | Daniel Stenberg |
2013-08-12 | nss: make sure that NSS is initialized | Kamil Dudka |
2013-08-12 | multi: s/easy/data | Daniel Stenberg |
2013-08-12 | cleanup: removed one function, made one static | Daniel Stenberg |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-08-12 | version number: bump to 7.32.1 for now | Daniel Stenberg |
2013-08-11 | THANKS: added contributors from the 7.32.0 release notes | Daniel Stenberg |
2013-08-11 | test1228: add 'HTTP proxy' to the keywords | Fabian Keil |
2013-08-11 | tests: add keywords for a couple of FILE tests | Fabian Keil |
2013-08-11 | tests: add 'FAILURE' keywords to tests 1409 and 1410 | Fabian Keil |
2013-08-11 | tests: add keywords for a couple of HTTP tests | Fabian Keil |
2013-08-11 | tests: add keywords for a couple of FTP tests | Fabian Keil |
2013-08-11 | test1511: consistently terminate headers with CRLF | Fabian Keil |
2013-08-10 | DISABLED: shut of test 1512 for now | Daniel Stenberg |
2013-08-09 | curl_multi_add_handle.3: ... that timer callback is for event-based | Daniel Stenberg |
2013-08-09 | comments: remove old and wrong multi/easy interface statements | Daniel Stenberg |
2013-08-09 | curl_multi_add_handle.3: mention the CURLMOPT_TIMERFUNCTION use | Daniel Stenberg |
2013-08-08 | KNOWN_BUGS: 22 and 57 have been fixed and committed | John E. Malmberg |
2013-08-08 | RELEASE-NOTES: synced with d20def20462e7 | Daniel Stenberg |
2013-08-08 | global dns cache: fix memory leak | Daniel Stenberg |
2013-08-08 | global dns cache: didn't work [regression] | Daniel Stenberg |
2013-08-08 | packages/vms: update VMS build files | John Malmberg |
2013-08-08 | FTP: renamed several local functions | Daniel Stenberg |
2013-08-08 | mk-ca-bundle.1: don't install on make install | Daniel Stenberg |
2013-08-07 | packages/vms/Makefile.am: add latest file additions to EXTRA_DIST | Yang Tse |
2013-08-07 | Building_vms_pcsi_kit | John Malmberg |
2013-08-06 | LIBCURL-STRUCTS: new document | Daniel Stenberg |
2013-08-06 | CONTRIBUTE: minor language polish | Daniel Stenberg |
2013-08-06 | FTP: when EPSV gets a 229 but fails to connect, retry with PASV | Daniel Stenberg |
2013-08-05 | md5: remove use of CommonCrypto-to-OpenSSL macros for the benefit of Leopard | Nick Zitzmann |
2013-08-05 | Simplify check for trusted certificates. | Guenter Knauf |
2013-08-05 | configure: warn on bad env variable use, don't error | Daniel Stenberg |
2013-08-05 | Revert "configure: don't error out on variable confusions, just warn" | Daniel Stenberg |
2013-08-04 | formadd: wrong pointer for file name when CURLFORM_BUFFERPTR used | Daniel Stenberg |
2013-08-04 | Skip more untrusted certificates. | Guenter Knauf |
2013-08-04 | configure: don't error out on variable confusions, just warn | Daniel Stenberg |
2013-08-03 | configure: rephrase the notice in _XC_CHECK_VAR_* | Daniel Stenberg |
2013-08-03 | multi: remove data->state.current_conn struct field | Daniel Stenberg |