Age | Commit message (Expand) | Author |
2016-02-04 | URLs: change more http to https | Viktor Szakats |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-12-23 | sockfilt.c: fix calculation of sleep timeout on Windows | Marc Hoersken |
2015-12-23 | tftpd server: add Windows support by writing files in binary mode | Marc Hoersken |
2015-12-16 | sockfilt.c: added some debug output to select_ws | Marc Hoersken |
2015-12-16 | sockfilt.c: keep lines shorter than 80 chars | Marc Hoersken |
2015-12-16 | sockfilt.c: do not wait on unreliable file or pipe handle | Marc Hoersken |
2015-11-06 | tftp tests: verify sent options too | Daniel Stenberg |
2015-08-18 | gitignore: Sort for readability | Jay Satiro |
2015-06-25 | tests: Distribute CMakeLists.txt files in subdirectories | Roger Leigh |
2015-04-27 | sws: init http2 state properly | Daniel Stenberg |
2015-03-16 | Bug #149: Deletion of unnecessary checks before calls of the function "free" | Markus Elfring |
2015-02-25 | sws: timeout idle CONNECT connections | Daniel Stenberg |
2015-02-24 | sws: stop logging about TPC_NODELAY nonsense | Daniel Stenberg |
2014-12-28 | sockfilt.c: Fixed compilation warnings | Steve Holme |
2014-12-27 | code/docs: Use correct case for IPv4 and IPv6 | Steve Holme |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme |
2014-12-26 | sockfilt.c: Reduce the number of individual memory allocations | Marc Hoersken |
2014-12-26 | sockfilt.c: Replace 100ms sleep with thread throttle | Marc Hoersken |
2014-12-21 | sockfilt.c: use non-Ex functions that are available before WinXP | Marc Hoersken |
2014-12-10 | sws.c: Fixed 'rc' may be used uninitialized warning | Dan Fandrich |
2014-12-06 | sws.c: Fixed compilation warning | Steve Holme |
2014-12-04 | libcurl: add UNIX domain sockets support | Peter Wu |
2014-12-04 | sws: try to remove socket and retry bind | Peter Wu |
2014-12-04 | sws: add UNIX domain socket support | Peter Wu |
2014-12-04 | sws: restrict TCP_NODELAY to IP sockets | Peter Wu |
2014-12-03 | sws.c: Fixed compilation warning when IPv6 is disabled | Steve Holme |
2014-11-30 | sws: move away from IPv4/IPv4-only assumption | Peter Wu |
2014-11-20 | sws: initial tiny steps toward http2 support | Daniel Stenberg |
2014-11-10 | cmake: add ENABLE_THREADED_RESOLVER, rename ARES | Peter Wu |
2014-11-10 | tests: fix memleak in server/resolve.c | Peter Wu |
2014-10-09 | Cmake: Got rid of setup_curl_dependencies | Jakub Zakrzewski |
2014-05-29 | tests: Fix portability issue with the tftpd server and timeouts | Dan Fandrich |
2014-04-22 | sockfilt.c: clean up threaded approach and add documentation | Marc Hoersken |
2014-04-22 | sockfilt.c: zero initialize variable | Marc Hoersken |
2014-04-22 | sockfilt.c: fixed getting stuck waiting for MinGW stdin pipe | Marc Hoersken |
2014-04-20 | sockfilt.c: properly handle disk files, pipes and character input | Marc Hoersken |
2014-04-20 | sockfilt.c: ignore non-key-events and continue waiting for input | Marc Hoersken |
2014-04-20 | sockfilt.c: free memory in case of memory allocation errors | Marc Hoersken |
2014-02-16 | sockfilt.c: add undefs which are required after 6239146e | Marc Hoersken |
2014-01-26 | sockfilt.c: follow up cleanup commit on 49b63cf3 | Marc Hoersken |
2014-01-26 | sockfilt.c: fixed and simplified Windows select function | Marc Hoersken |
2013-11-03 | base64: Fixed compilation warnings when using Curl_base64_decode() | Steve Holme |
2013-11-02 | getpart: Fixed base64 encoded parts following commit e17c1b25bc33eb | Steve Holme |
2013-08-22 | tftpd: support "writedelay" within <servercmd> | Daniel Stenberg |
2013-08-22 | tftpd: convert 6 global variables into local ones | Daniel Stenberg |
2013-07-19 | WIN32 MemoryTracking: require UNICODE for wide strdup code support | Yang Tse |
2013-07-18 | Reinstate "WIN32 MemoryTracking: track wcsdup() _wcsdup() and _tcsdup() usage". | Yang Tse |
2013-07-17 | cmake: Fix for MSVC2010 project generation | Sergei Nikulov |
2013-06-04 | sws: support extracting test number from CONNECT ipv6-address! | Daniel Stenberg |