]> git.tdb.fi Git - libs/net.git/history - source
Implement an asynchronous name resolver class
[libs/net.git] / source /
2016-09-14 Mikko RasaImplement an asynchronous name resolver class
2016-05-16 Mikko RasaFix header name normalization logic
2016-05-16 Mikko RasaUse string::size_type to store string offsets
2016-05-16 Mikko RasaAdd a class for parsing submitted form data
2016-05-16 Mikko RasaAdd a utility struct for parsing complex header values
2016-04-20 Mikko RasaAdd the most common redirection statuses
2016-04-19 Mikko RasaProvide a method for the application to cancel connecti...
2016-04-19 Mikko RasaAdhere to the spec with connection keep-alive
2016-04-19 Mikko RasaUse connection keepalive on async responses too
2016-04-19 Mikko RasaHide Http::Server destructor in the library
2015-11-19 Mikko RasaUse a typecast to avoid a signedness mismatch warning
2015-04-10 Mikko RasaSet event types on Windows if connect finished immediately
2015-04-07 Mikko RasaInclude winsock2.h first
2015-04-06 Mikko RasaReject requests with a relative path
2015-04-06 Mikko RasaCorrect a typo in a multiple inclusion guard
2015-04-06 Mikko RasaProvide a signal to handle errors from Communicator
2015-01-22 Mikko RasaImplement connection keep-alive in HttpServer
2015-01-22 Mikko RasaMake Request API consistent with itself and others
2015-01-22 Mikko RasaAdd 405 (method not allowed) status
2015-01-22 Mikko RasaAdd shutdown support for client sockets
2013-04-01 Mikko RasaFix 64-bit compilation
2012-12-01 Mikko RasaAdd the target type to a lexical_cast invocation
2012-10-15 Mikko RasaAdd support for AF_UNIX
2012-10-08 Mikko RasaHide the set_option and get_option functions in socket_...
2012-10-08 Mikko RasaFix some compilation problems
2011-10-05 Mikko RasaFix some header names
2011-08-10 Mikko RasaDon't generate a duplicate signal when the connection...
2011-08-10 Mikko RasaFix storage order of InetAddr::addr
2011-08-10 Mikko RasaFix URL regex
2011-08-10 Mikko RasaChange Client::signal_socket_error parameter to reference
2011-08-10 Mikko RasaStore pending responses in a map
2011-08-10 Mikko RasaOne more exception change
2011-08-10 Mikko RasaMerge branch 'http-master'
2011-08-10 Mikko RasaPrepare for assimilating msphttp
2011-08-10 Mikko RasaPrepare for assimilation into mspnet http-master
2011-08-10 Mikko RasaChange listen address construction
2011-08-10 Mikko RasaUse maputils.h
2011-08-10 Mikko RasaStreamListenSocket renamed as StreamServerSocket
2011-08-10 Mikko RasaException changes
2011-08-10 Mikko RasaPass an exception to signal_socket_error instead of...
2011-08-10 Mikko RasaSocket::close was removed
2011-08-10 Mikko RasaAdd an overload for resolve that takes host and service...
2011-08-10 Mikko RasaAdd back get_port functions to InetAddr and Inet6Addr
2011-08-10 Mikko RasaCreate wildcard addresses if * is passed as host
2011-08-10 Mikko RasaAdd missing virtual keywords
2011-08-10 Mikko RasaRename SockAddr::from_sys to new_from_sys
2011-08-07 Mikko RasaDon't let exceptions from the socket fall out of Client...
2011-08-07 Mikko RasaAdd linefeeds to error response content
2011-08-07 Mikko RasaDrop Id tags and copyright notices from source files
2011-08-07 Mikko RasaStyle update: spaces around assignments
2011-08-06 Mikko RasaPass an exception to signal_connect_finished
2011-08-06 Mikko RasaMove signal_connect_finished to ClientSocket
2011-08-06 Mikko RasaThere's no good reason to prefer WASConnect over connect
2011-08-06 Mikko RasaFix windows build
2011-08-06 Mikko RasaDon't consider calling poll_connect without a connectio...
2011-08-06 Mikko RasaCorrect poll usage
2011-08-06 Mikko RasaMove some functions around a bit
2011-08-06 Mikko RasaAdd ClientSocket and ServerSocket abstractions
2011-08-06 Mikko RasaHide platform specific parts of socket addresses
2011-08-06 Mikko RasaHide AF_* constants from the public header
2011-08-06 Mikko RasaHide platform details of Socket behind pimpl
2011-08-06 Mikko RasaOne more header update
2011-08-05 Mikko RasaRemove the now-obsolete check_state method
2011-08-05 Mikko RasaRemove the close method from Socket, making it more...
2011-08-05 Mikko RasaDon't close socket on Communicator error
2011-08-04 Mikko RasaException changes
2011-08-04 Mikko RasaUpdate handle types
2011-08-04 Mikko RasaUse maputils
2011-08-04 Mikko RasaUpdate TimeDelta to timeval conversion
2011-08-04 Mikko RasaHeader changes
2011-08-02 Mikko RasaComment changes
2011-08-01 Mikko RasaStyle update: reorder class members
2011-08-01 Mikko RasaStyle update: spaces around assignments
2011-08-01 Mikko RasaStyle update: remove alignment
2011-08-01 Mikko RasaDrop Id tags and copyright notices
2011-04-06 Mikko RasaAdd function to check if handshake is done
2011-01-15 Mikko RasaAdd IPv6 support
2010-12-13 Mikko RasaAdd support for setting socket timeouts
2009-12-13 Mikko RasaAdd destructor to Protocol::PacketDef
2009-08-08 Mikko RasaAdd functions for parsing and building URIs and query...
2009-07-05 Mikko RasaFix a comparison operator on win32
2009-07-05 Mikko RasaSupport handling requests asynchronously
2009-03-02 Mikko RasaAdd protocol framework
2008-12-25 Mikko RasaAdd Server class
2008-12-24 Mikko RasaRename data to content in Message
2008-12-15 Mikko RasaClear connected flag in Socket::close
2008-11-16 Mikko RasaInitial revision
2008-11-13 Mikko RasaAdd WSAEventSelect to DatagramSocket
2008-08-20 Mikko RasaReorder class members
2008-06-27 Mikko RasaUse SystemError at appropriate places
2008-04-28 Mikko RasaInitial revision