index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
server
/
sws.c
Age
Commit message (
Expand
)
Author
2018-08-13
http: fix for tiny "HTTP/0.9" response
Daniel Stenberg
2018-07-29
sws: handle EINTR when calling select()
Michael Kaufmann
2018-06-11
cppcheck: fix warnings
Marian Klymov
2018-06-03
spelling fixes
Viktor Szakats
2018-02-23
spelling fixes
Viktor Szakats
2017-12-06
tests: added netinet/in6.h includes in test servers
Randall S. Becker
2017-09-15
tests: add initial gssapi test using stub implementation
Isaac Boukris
2017-09-11
code style: use spaces around pluses
Daniel Stenberg
2017-09-11
code style: use spaces around equals signs
Daniel Stenberg
2017-06-19
http: add --strip-path-slash and CURLOPT_STRIP_PATH_SLASH
Daniel Stenberg
2017-06-16
http-proxy: deal with EAGAIN
Daniel Stenberg
2017-05-04
tests/server: make string literals const
Marcel Raad
2017-04-17
code: fix typos and style in comments
Daniel Gustafsson
2017-01-19
sws: use SOCKERRNO, not errno
Daniel Stenberg
2017-01-09
sws: retry send() on EWOULDBLOCK
Daniel Stenberg
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2016-11-24
checksrc: code style: use 'char *name' style
Daniel Stenberg
2016-11-07
s/cURL/curl
Daniel Stenberg
2016-10-31
tests/util: get a private strncasecompare clone
Daniel Stenberg
2016-10-31
strcasecompare: is the new name for strequal()
Daniel Stenberg
2016-04-03
tests/server: comply with our code style
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
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-26
code/docs: Use Unix rather than UNIX to avoid use of the trademark
Steve Holme
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
2013-06-04
sws: support extracting test number from CONNECT ipv6-address!
Daniel Stenberg
2013-03-27
test1509: verify proxy header response headers count
Daniel Stenberg
2013-03-15
HTTP proxy: insert slash in URL if missing
Daniel Stenberg
2013-01-09
test servers: handle W32/W64 SIGBREAK with exit_signal_handler
Yang Tse
2013-01-09
test servers: fix errno, ERRNO and SOCKERRNO usage for W32/W64
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-14
setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>
Yang Tse
2012-09-11
sws.c: Fixed warning: 'err' may be used uninitialized in this function
Marc Hoersken
2012-08-08
Fix some compiler warnings.
Guenter Knauf
2012-08-07
sws: close sockets properly
Joe Mason
2012-08-07
Remove debug logs that were accidentally checked in
Joe Mason
2012-08-07
Use select in sws, which has better cross-platform support than poll
Joe Mason
2012-08-07
Use cross-platform curlx_nonblock instead of fcntl in sws
Joe Mason
[next]