Commit History

Author SHA1 Message Date
  Semyen Ignatov b366f5ed08 Fixed pointer operations in Socket (Xcode10 compilation) (#318) 8 years ago
  Damian Kołakowski b87aa4e7f0 Fix compilation error. 8 years ago
  Ted Goddard 0e08ca944c ignore SIGPIPE on recv 8 years ago
  Damian Kołakowski 31ed6b73dc Get rid of shutdown system call. 9 years ago
  Damian Kołakowski d18f018797 Fixed all compile errors for Linux SPM build ( a fix for OSAtomicCompareAndSwapInt still needed ). 9 years ago
  phimage 2af424ecda enum first letter lowercase 9 years ago
  Damian Kołakowski 6abd986c30 Ready for Swift 3.0 (XCode 8). 9 years ago
  Oliver 307d5ea771 fix for socket being released multiple times 9 years ago
  Oliver d01907c2aa added nsdata writer 9 years ago
  Damian Kołakowski f593bf3553 [Socket] Server related functions moved to Socket+Server swift file. 10 years ago
  Damian Kołakowski a8e2a529d4 Merge branch 'stable' of github.com:glock45/swifter into stable 10 years ago
  Damian Kołakowski 97992cdf28 htons replaced by .bigEndian property. Added util method to obtain a port number occupied be the socket. 10 years ago
  Mathieu Barnachon f50c319376 Try to properly close socket connection with the client by sending the handshake leave frame. 10 years ago
  Damian Kołakowski 2140324b44 Refactored error handling by introducing Errno class. 10 years ago
  Damian Kołakowski 51ce7fa862 Stable branch uses sendfile for serving static files. 10 years ago
  kolakowski a62a53ac26 Added flag to force IPv4 (linux) 10 years ago
  Damian Kołakowski 94692d9098 Added new flag to force IPv4 usage (MacOS). 10 years ago
  lawrencelomax 6b1721daf2 bind(2) on IPv6 10 years ago
  Damian Kołakowski 8c55199529 Added support for ArraySlice to HttpResponseBodyWriter. 10 years ago
  Damian Kołakowski e687721bc6 Added tests for HttpParser ( status line and headers parsing procedure ). 10 years ago
  Damian Kołakowski c49715042c Updated license headers. 10 years ago
  Tanner Nelson 699d822c2c put back port 10 years ago
  Tanner Nelson fc79410a30 fix release error 10 years ago
  Damian Kołakowski dcb5e059ff Cleanup. 10 years ago
  Damian Kołakowski 70ce2daccc Changed project version to 1.0.3 ( pbxproj + podspec ). 10 years ago