Historique des commits

Auteur SHA1 Message Date
  Pierre-Olivier Latour 09851dd71b Modernize ObjC il y a 8 ans
  Pierre-Olivier Latour 83f1c062b5 Use clang-formatter to format source code il y a 8 ans
  Pierre-Olivier Latour 5834770e08 Removed exception handling which was only partial anyway il y a 9 ans
  Martin Gagnon fa41f26b30 Add an option to set the priority of the dispatch queue il y a 9 ans
  John Scott 10a94e36fd Removed guards around __kindof usage as the project is Xcode 7 only. il y a 9 ans
  John Scott 010ef9b8bc Added __kindof keyword where appropriate to avoid errors of the form "incompatible block pointer types sending 'GCDWebServerResponse *(^)(GCDWebServerDataRequest *__strong)' to parameter of type 'GCDWebServerProcessBlock' (aka 'GCDWebServerResponse *(^)(GCDWebServerRequest *__strong)')" il y a 9 ans
  Pierre-Olivier Latour f7de5cac09 Fix il y a 10 ans
  Pierre-Olivier Latour e70a3338a5 Added support for NAT port mapping il y a 10 ans
  Pierre-Olivier Latour f7bb5babf8 Bumped copyright year il y a 10 ans
  Pierre-Olivier Latour d2001e38ca Fixes il y a 10 ans
  Pierre-Olivier Latour 18889793b7 Fixed behavior of GCDWebServerOption_BonjourName option il y a 10 ans
  Pierre-Olivier Latour 14d538b0fb Added GCDWebServerOption_BindToLocalhost option il y a 10 ans
  Pierre-Olivier Latour c45053bc11 Added support for third-party logging facilities il y a 11 ans
  Pierre-Olivier Latour 420ddc3eac Replaced preprocessor constant "NDEBUG" by the more standard "DEBUG" one and flipped behavior accordingly il y a 11 ans
  Pierre-Olivier Latour b35ebd7d58 #92 Added support for async handlers il y a 11 ans
  Pierre-Olivier Latour 00b5ec87ba #76 Fixed -bonjourServerURL to correctly return hostname instead of service name il y a 11 ans
  jaanus 93bfe65211 Removed unneeded API. If custom Bonjour type is needed, startWithOptions should be used to specify an options dictionary with the custom type. il y a 11 ans
  jaanus 8ab53f74d5 Can specify a custom Bonjour service type for the server. il y a 11 ans
  Pierre-Olivier Latour 56c096996f Fix il y a 11 ans
  Pierre-Olivier Latour 420ed719e8 Add SIGTERM support to -runWithOptions:error: il y a 11 ans
  Pierre-Olivier Latour d404112a88 #46 Added "error" argument to -startWithOptions: il y a 11 ans
  Pierre-Olivier Latour 5a0c274807 Fix il y a 11 ans
  Pierre-Olivier Latour a93cac5ea6 Fix il y a 11 ans
  Pierre-Olivier Latour 43b578677f Fix il y a 11 ans
  Pierre-Olivier Latour 075774b6c0 Added -webServerDidCompleteBonjourRegistration: il y a 11 ans
  Pierre-Olivier Latour 7743d18006 Added -logException: il y a 11 ans
  Pierre-Olivier Latour 5d82a80a34 #33 Documented Core/ il y a 11 ans
  Pierre-Olivier Latour 1ca5a56952 Allow multiple user accounts for authentication il y a 11 ans
  Pierre-Olivier Latour 1e17d5c455 #38 Added support for digest authentication il y a 11 ans
  Pierre-Olivier Latour 4685fae29c Cleaned up authentication options il y a 11 ans