summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* RELEASE-NOTES: version 7.40.0curl-7_40_0Daniel Stenberg2015-01-071-9/+12
* darwinssl: fix session ID keys to only reuse identical sessionsDaniel Stenberg2015-01-071-4/+5
* tests: make sure CRLFs can't be used in URLs passed to proxyDaniel Stenberg2015-01-074-3/+109
* url-parsing: reject CRLFs within URLsDaniel Stenberg2015-01-071-0/+7
* ldap: Convert attribute output to UTF-8 when UnicodeSteve Holme2015-01-071-5/+40
* ldap: Convert DN output to UTF-8 when UnicodeSteve Holme2015-01-071-5/+27
* hostip: remove 'stale' argument from Curl_fetch_addr protoDaniel Stenberg2015-01-073-20/+14
* ldap/imap: Fixed spelling mistake in comments and variable namesSteve Holme2015-01-072-27/+27
* RELEASE-NOTES: updated with ./contributors.sh outputDaniel Stenberg2015-01-071-2/+2
* curl_multibyte.h: Eliminated some trailing whitespaceDan Fandrich2015-01-051-1/+1
* RELEASE-NOTES: Synced with ea93252ef1Steve Holme2015-01-041-0/+2
* ldap: Fixed Unicode usage for all Win32 buildsSteve Holme2015-01-043-32/+23
* ldap: Fixed memory leak from commit efb64fdf80Steve Holme2015-01-041-4/+1
* ldap: Fix memory leak from commit 3a805c5cc1Steve Holme2015-01-041-0/+2
* ldap: Fixed attribute variable warnings when Unicode is enabledSteve Holme2015-01-041-0/+10
* ldap: Fixed DN variable warnings when Unicode is enabledSteve Holme2015-01-041-0/+6
* ldap: Remove the unescape_elements() functionSteve Holme2015-01-041-15/+3
* ldap.c: Fixed compilation warningSteve Holme2015-01-041-1/+1
* ldap: Fixed support for Unicode filter in Win32 search callSteve Holme2015-01-041-15/+43
* ldap.c: Fixed compilation warningSteve Holme2015-01-041-1/+1
* ldap: Fixed support for Unicode attributes in Win32 search callSteve Holme2015-01-041-28/+80
* ldap: Fixed memory leak from commit efb64fdf80Steve Holme2015-01-041-2/+6
* ldap.c: Fixed compilation errorSteve Holme2015-01-041-1/+1
* ldap.c: Fixed compilation warningSteve Holme2015-01-041-1/+1
* ldap: Fixed support for Unicode DN in Win32 search callSteve Holme2015-01-041-26/+66
* ldap: Fixed Unicode user and password in Win32 bind callsSteve Holme2015-01-041-6/+23
* ldap: Fixed Unicode host name in Win32 initialisation callsSteve Holme2015-01-041-4/+28
* ldap: Use host.dispname for infof() connection failure messagesSteve Holme2015-01-041-3/+3
* ldap: Prefer 'CURLcode result' for curl result codesSteve Holme2015-01-031-7/+7
* ldap: Pass write length in all Curl_client_write() callsSteve Holme2015-01-031-9/+9
* ldap: Fixed attribute memory leaks on failed client writeSteve Holme2015-01-031-7/+53
* ldap: Fixed DN memory leaks on failed client writeSteve Holme2015-01-031-14/+28
* curl_ntlm_core.c: Fixed compilation warning from commit 1cb17b2a5dSteve Holme2015-01-021-1/+1
* ntlm: Use extend_key_56_to_64() for all cryptography enginesSteve Holme2015-01-021-26/+14
* RELEASE-NOTES: Synced with 34f0bd110fSteve Holme2015-01-021-5/+10
* curl_ntlm_core.c: Fixed compilation warningSteve Holme2015-01-021-2/+6
* endian: Fixed bit-shift in 64-bit integer read functionsSteve Holme2015-01-021-4/+4
* smb: Use endian functions for reading NBT and message size valuesSteve Holme2015-01-011-4/+4
* endian: Added big endian read functionsSteve Holme2015-01-012-0/+88
* endian: Added 64-bit integer read functionSteve Holme2015-01-012-2/+46
* COPYING: Bumped copyright year to 2015Steve Holme2015-01-011-1/+1
* version: Bump copyright year to 2015Steve Holme2015-01-011-2/+2
* smb.c: Fixed compilation warningsSteve Holme2015-01-011-3/+7
* smb: Use endian functions for reading length and offset valuesSteve Holme2014-12-311-6/+4
* endian: Added 16-bit integer write functionSteve Holme2014-12-312-0/+20
* endian: Fixed Linux compilation issuesSteve Holme2014-12-317-7/+7
* lib1900.c: Fixed cppcheck errorJulien Nabet2014-12-311-1/+1
* endian: Added standard function descriptionsSteve Holme2014-12-312-6/+49
* endian: Renamed functions for curl API naming conventionSteve Holme2014-12-314-16/+16
* endian: Moved write functions to new moduleSteve Holme2014-12-313-20/+31