Age | Commit message (Expand) | Author |
2016-03-19 | easy: Minor coding standard and style updates | Steve Holme |
2016-03-19 | easy: Remove poll failure check in easy_transfer | Jay Satiro |
2016-03-19 | build: Added missing Visual Studio filter files for VC10 onwards | Steve Holme |
2016-03-19 | ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabled | Steve Holme |
2016-03-19 | config-w32.h: Fixed compilation warning when /Wall enabled | Steve Holme |
2016-03-19 | imap.c: Fixed compilation warning with /Wall enabled | Steve Holme |
2016-03-19 | KNOWN_BUGS: #93 Issue with CURLFORM_CONTENTLEN in arrays on 32-bit platforms | Steve Holme |
2016-03-18 | bump: the coming release is 7.48.0 | Daniel Stenberg |
2016-03-18 | configure: use cpp -P when needed | Daniel Stenberg |
2016-03-18 | formdata.c: Fixed compilation warning | Steve Holme |
2016-03-18 | FAQ: 2.5 Install libcurl for both 32bit and 64bit? | Daniel Stenberg |
2016-03-17 | openssl: adapt to API breakage in ERR_remove_thread_state() | Gisle Vanem |
2016-03-17 | version: init moved to private name space, added protos | Daniel Stenberg |
2016-03-17 | openssl: verbose: show matching SAN pattern | Daniel Stenberg |
2016-03-16 | version: thread safety | Jay Satiro |
2016-03-16 | transfer: Removed redundant HTTP authentication include files | Steve Holme |
2016-03-16 | easy: Removed redundant HTTP authentication include files | Steve Holme |
2016-03-15 | CURLOPT_SSLENGINE.3: Only for OpenSSL built with engine support | Jay Satiro |
2016-03-15 | curl_sasl: Minor code indent fixes | Steve Holme |
2016-03-14 | runtests: mention when run event-based | Daniel Stenberg |
2016-03-14 | easy: add check to malloc() when running event-based | Daniel Stenberg |
2016-03-14 | memdebug: skip logging the limit countdown, fflush when reached | Daniel Stenberg |
2016-03-14 | CODE_STYLE: Space around operators | Daniel Stenberg |
2016-03-14 | curl: glob_range: no need to check unsigned variable for negative | Daniel Stenberg |
2016-03-14 | CODE_STYLE: add example for indent style as well | Daniel Stenberg |
2016-03-14 | CODE_STYLE: mention braces for functions too | Daniel Stenberg |
2016-03-14 | docs/Makefile.am: include CODE_STYLE in tarball too | Daniel Stenberg |
2016-03-14 | CONTRIBUTE: moved out code style to a separate document | Daniel Stenberg |
2016-03-14 | CODE_STYLE: initial version | Daniel Stenberg |
2016-03-14 | curl_sasl.c: minor code indent fixes | Daniel Stenberg |
2016-03-14 | multi: simplified singlesocket | Daniel Stenberg |
2016-03-14 | multi: introduce sh_getentry() for looking up sockets in the sockhash | Daniel Stenberg |
2016-03-14 | multi hash: ensure modulo performed on curl_socket_t | Jaime Fullaondo |
2016-03-13 | base64: Minor coding standard and style updates | Steve Holme |
2016-03-13 | base64: Use 'CURLcode result' for curl result codes | Steve Holme |
2016-03-13 | negotiate: Use 'CURLcode result' for curl result codes | Steve Holme |
2016-03-13 | multi_runsingle: avoid loop in CURLM_STATE_WAITPROXYCONNECT | Maksim Kuzevanov |
2016-03-13 | TODO: Use the RFC6265 test suite | Daniel Stenberg |
2016-03-13 | checksrc.bat: Added the ability to scan src and lib source independently | Steve Holme |
2016-03-12 | digest: Use boolean based success code for Curl_sasl_digest_get_pair() | Steve Holme |
2016-03-12 | digest: Corrected some typos in comments | Steve Holme |
2016-03-12 | krb5: Corrected some typos in function descriptions | Steve Holme |
2016-03-12 | ntlm: Corrected some typos in function descriptions | Steve Holme |
2016-03-11 | url: Corrected indentation when calling idna_to_ascii_lz() | Steve Holme |
2016-03-11 | idn_win32: Use boolean based success codes | Steve Holme |
2016-03-10 | idn_win32.c: warning: Trailing whitespace | Daniel Stenberg |
2016-03-10 | idn_win32.c: Fixed compilation warning from commit 9e7fcd4291 | Steve Holme |
2016-03-10 | THANKS-filter: unify Michael König | Daniel Stenberg |
2016-03-10 | RELEASE-NOTES: synced with 863c5766dd | Daniel Stenberg |
2016-03-10 | ftp: remove a check for NULL(!) | Daniel Stenberg |