LDAP: detect non-binary attributes properly
[platform/upstream/curl.git] / lib /
2010-11-05 Alfred GebertLDAP: detect non-binary attributes properly
2010-11-05 Daniel StenbergRevert: use Host: name for SNI and cert name checks
2010-11-04 Daniel Stenbergcertcheck: use the custom Host: name for checks
2010-11-04 Daniel StenbergSNI: simplify the custom host name use
2010-11-04 Daniel Stenberghost: get the custom Host: name more genericly
2010-11-04 Hongli Lai (Phusion)SNI: set name to custom Host header
2010-10-29 Kamil Dudkaftp: prevent server from hanging on closed data connection
2010-10-28 Dan FandrichRemoved a leftover mention of FTP in an error message
2010-10-21 Dan FandrichRemoved the native Makefile.riscos files
2010-10-21 Dan FandrichLightened the stack in wc_statemach to permit deeper...
2010-10-20 Daniel StenbergSSH: use libssh2_session_handshake()
2010-10-20 Daniel StenbergSSH: avoid using the libssh2_ prefix
2010-10-20 Daniel Stenbergformdata: provide error message
2010-10-19 Daniel StenbergURL-parsing: consider ? a divider
2010-10-18 Daniel Stenbergkrb4.h: removed unused prototypes
2010-10-18 Daniel Stenbergkrb4: make a few functions static
2010-10-17 Daniel Stenberghttp_chunks: remove debug output
2010-10-14 Daniel StenbergCurl_setopt: disallow CURLOPT_USE_SSL without SSL support
2010-10-13 Guenter KnaufSome more small Watcom makefile fixes.
2010-10-13 Guenter KnaufModified Watcom makefiles to work on Linux too.
2010-10-12 Daniel Stenberggitignore: ignore Makefile.vc10.dist made by maketgz
2010-10-12 Guenter KnaufFixed Watcom makefile.
2010-10-12 Guenter KnaufAdded build bits for librtmp / libssh2 to Watcom makefiles.
2010-10-12 Guenter KnaufAdded build bits for librtmp to NetWare makefiles.
2010-10-11 Daniel StenbergSFTP: more ignoring negative file sizes
2010-10-11 Daniel StenbergSMTP: debug output for no known auth mechanisms supported
2010-10-10 Guenter KnaufAdded build bits for librtmp to MingW32 makefiles.
2010-10-03 Guenter KnaufSome NetWare makefile tweaks.
2010-10-02 Julien Chaffraixkrb5-gssapi: Removed a memory leak in krb5_auth.
2010-10-02 Julien Chaffraixkrb5-gssapi: Made the function always return a value.
2010-10-02 Julien Chaffraixkrb5-gssapi: Delete the GSS-API context.
2010-10-01 Daniel StenbergHTTP: remove special case for 416
2010-09-30 Daniel StenbergREADME.ares: we know require c-ares 1.6.0
2010-09-30 Daniel StenbergSFTP: avoid downloading negative sizes!
2010-09-29 Julien Chaffraixkrb5-gssapi: Remove several memory leaks.
2010-09-29 Julien Chaffraixsecurity.c: Remove Curl_sec_fflush_fd.
2010-09-29 Julien Chaffraixsecurity.c: We should always register the socket handler.
2010-09-29 Julien Chaffraixsecurity.c: Fix Curl_sec_login after rewrite.
2010-09-29 Julien Chaffraixsecurity.c: Readd the '\n' to the infof() calls.
2010-09-29 Julien Chaffraixsecurity.c: Fix typo (PSBZ -> PBSZ)
2010-09-29 Julien Chaffraixsecurity.c: Fix ftp_send_command.
2010-09-28 Daniel Stenbergcurl_easy_escape: don't escape "unreserved" characters
2010-09-28 Daniel Stenbergmulti: don't expire timeouts at disonnect or done
2010-09-27 Dirk Manskemulti_runsingle: set timeout error messages
2010-09-27 Daniel Stenbergparsedate: allow time specified without seconds
2010-09-26 Daniel StenbergTFTP: re-indented the source code
2010-09-26 Tim NewsomeTFTP: Work around tftpd-hpa upload bug
2010-09-23 Daniel StenbergRevert "security.c: buffer_read various fixes."
2010-09-22 Daniel Stenbergsecurity.c: removed superfluous parentheses
2010-09-22 Julien Chaffraixsecurity.c: Update the #include statements after the...
2010-09-22 Julien Chaffraixsecurity.c: sec_write tweaks
2010-09-22 Julien Chaffraixsecurity.c: _sec_send tweaks
2010-09-22 Julien Chaffraixsecurity.c: sec_read tweaks
2010-09-22 Julien Chaffraixsecurity.c: Curl_sec_fflush_fd tweaks
2010-09-22 Julien Chaffraixsecurity.c: sec_send tweaks
2010-09-22 Julien Chaffraixsecurity.c: Curl_sec_read_msg tweaks
2010-09-22 Julien Chaffraixsecurity.c: Curl_sec_set_protection_level tweaking
2010-09-22 Julien Chaffraixsecurity.c: factored the logic from Curl_sec_login...
2010-09-22 Julien Chaffraixsecurity.c: Remove out_buffer as it was never written...
2010-09-22 Julien Chaffraixsecurity.c: buffer_read various fixes.
2010-09-22 Julien Chaffraixsecurity.c: Made block_write return a CURLcode.
2010-09-22 Julien Chaffraixsecurity.c: Made block_read and sec_get_data return...
2010-09-22 Julien ChaffraixSecurity.c: Fix headers guard to match the rest of...
2010-09-21 Daniel Stenbergparse_remote_port: ignore colons without port number
2010-09-21 Daniel Stenbergduphandle: use ares_dup()
2010-09-18 Daniel StenbergFTP: fix bad check of Curl_timeleft() return code
2010-09-18 Daniel StenbergLDAP: moved variable declaration to avoid compiler...
2010-09-18 Tor ArntsenLDAP: Use FALSE instead of bool_false when setting...
2010-09-18 Tor ArntsenLDAP: Add missing declaration for 'result'
2010-09-17 Mauro IorioLDAP: Support for tunnelling queries through HTTP proxy
2010-09-17 Daniel Stenbergtimeout: use the correct start value as offset
2010-09-17 Daniel StenbergCurl_timeleft: avoid returning "no timeout" by mistake
2010-09-14 Daniel Stenbergmulti: don't do extra expire calls for the connection
2010-09-12 Daniel Stenberginflate_stream: remove redundant check that is always...
2010-09-12 Daniel Stenbergdigest: make it clear the condition is always true
2010-09-12 Daniel Stenbergssluse: removed redundant check that is always true
2010-09-07 Daniel Stenbergchunky parser: only rewind if needed
2010-09-06 Kamil Dudkartsp: avoid SIGSEGV on malformed header
2010-09-06 Kamil Dudkartsp: avoid SIGSEGV on malformed header
2010-09-05 Daniel Stenbergwarning: fix conversion to 'int' from 'size_t'
2010-09-05 Daniel Stenbergportabilty: use proper variable type to hold sockets
2010-09-03 Guenter KnaufTrial to fix another compiler warning with braces.
2010-09-02 Guenter KnaufMoved S_ISREG define to setup as suggested by Dan.
2010-09-01 Guenter KnaufUse own typedef as workaround for broken sspi.h header...
2010-09-01 Guenter KnaufAdded S_ISREG define for Win32.
2010-09-01 Daniel Stenbergmulti: fixes for timing out handles
2010-09-01 Daniel Stenbergthreaded resolver: no more expire 0 calls
2010-09-01 Daniel Stenbergresolve_server: simplify code
2010-08-30 Daniel Stenbergmulti: make sure the next timeout is used when one...
2010-08-28 Daniel Stenbergmulti: set timeouts when transfer begins
2010-08-25 Daniel StenbergMakefile: add gopher.c file to build
2010-08-25 Daniel Stenberggopher: enable the header callback/verbosity
2010-08-25 Daniel Stenberggopher: fix memory leak and busyloop
2010-08-25 Cameron KaiserGopher using Curl_write; test suite (4 tests)
2010-08-25 Cameron KaiserRemove url.c test
2010-08-25 Cameron KaiserForgot gopher.h in Makefile.inc
2010-08-25 Cameron KaiserGopher protocol support (initial release)
2010-08-25 Daniel Stenberghttp: handle trailer headers in all chunked responses
2010-08-24 Ben Greearmulti: Fix compile warning on 64-bit systems
2010-08-20 Dirk ManskeCurl_is_connected: use correct errno
next