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