Histórico de Commits

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