|
|
21cc6bfb35
|
Added types to collections
|
2018-12-14 07:37:28 -08:00 |
|
|
|
47ed2cc593
|
Remove support for CocoaLumberJack
Fix #328
|
2017-08-21 11:37:21 +02:00 |
|
|
|
09851dd71b
|
Modernize ObjC
|
2017-06-24 09:25:04 -07:00 |
|
|
|
83f1c062b5
|
Use clang-formatter to format source code
|
2016-12-27 11:02:32 +09:00 |
|
|
|
5834770e08
|
Removed exception handling which was only partial anyway
|
2016-06-29 21:38:57 -07:00 |
|
|
|
fa41f26b30
|
Add an option to set the priority of the dispatch queue
|
2016-04-03 20:11:35 -04:00 |
|
|
|
10a94e36fd
|
Removed guards around __kindof usage as the project is Xcode 7 only.
|
2016-02-06 12:18:49 +00:00 |
|
|
|
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)')"
|
2016-02-05 20:45:46 +00:00 |
|
|
|
f7de5cac09
|
Fix
|
2015-09-16 11:24:08 -07:00 |
|
|
|
e70a3338a5
|
Added support for NAT port mapping
|
2015-09-16 11:16:41 -07:00 |
|
|
|
f7bb5babf8
|
Bumped copyright year
|
2015-09-09 08:24:47 -07:00 |
|
|
|
d2001e38ca
|
Fixes
|
2014-11-28 16:21:01 +09:00 |
|
|
|
18889793b7
|
Fixed behavior of GCDWebServerOption_BonjourName option
|
2014-11-19 09:01:57 +09:00 |
|
|
|
14d538b0fb
|
Added GCDWebServerOption_BindToLocalhost option
|
2014-11-19 08:56:43 +09:00 |
|
|
|
c45053bc11
|
Added support for third-party logging facilities
|
2014-10-13 22:45:07 -07:00 |
|
|
|
420ddc3eac
|
Replaced preprocessor constant "NDEBUG" by the more standard "DEBUG" one and flipped behavior accordingly
|
2014-10-10 10:27:07 -07:00 |
|
|
|
b35ebd7d58
|
#92 Added support for async handlers
|
2014-10-09 09:53:03 -07:00 |
|
|
|
00b5ec87ba
|
#76 Fixed -bonjourServerURL to correctly return hostname instead of service name
|
2014-09-15 09:00:39 -07:00 |
|
|
|
93bfe65211
|
Removed unneeded API. If custom Bonjour type is needed, startWithOptions should be used to specify an options dictionary with the custom type.
|
2014-05-16 17:12:52 +02:00 |
|
|
|
8ab53f74d5
|
Can specify a custom Bonjour service type for the server.
|
2014-05-16 11:20:28 +02:00 |
|
|
|
56c096996f
|
Fix
|
2014-04-30 13:06:02 -07:00 |
|
|
|
420ed719e8
|
Add SIGTERM support to -runWithOptions:error:
|
2014-04-29 16:20:03 -07:00 |
|
|
|
d404112a88
|
#46 Added "error" argument to -startWithOptions:
|
2014-04-27 19:19:55 -07:00 |
|
|
|
5a0c274807
|
Fix
|
2014-04-23 10:40:43 -07:00 |
|
|
|
a93cac5ea6
|
Fix
|
2014-04-19 22:56:45 -03:00 |
|
|
|
43b578677f
|
Fix
|
2014-04-19 22:19:47 -03:00 |
|
|
|
075774b6c0
|
Added -webServerDidCompleteBonjourRegistration:
|
2014-04-19 12:57:01 -03:00 |
|
|
|
7743d18006
|
Added -logException:
|
2014-04-19 12:52:34 -03:00 |
|
|
|
5d82a80a34
|
#33 Documented Core/
|
2014-04-19 12:51:00 -03:00 |
|
|
|
1ca5a56952
|
Allow multiple user accounts for authentication
|
2014-04-18 12:50:11 -03:00 |
|
|
|
1e17d5c455
|
#38 Added support for digest authentication
|
2014-04-18 12:32:55 -03:00 |
|
|
|
4685fae29c
|
Cleaned up authentication options
|
2014-04-17 23:08:16 -03:00 |
|
|
|
80348079a6
|
Added support for Basic Authentication
|
2014-04-17 11:14:17 -03:00 |
|
|
|
099b2a03e6
|
Updated run APIs to use options
|
2014-04-17 11:12:18 -03:00 |
|
|
|
0a21059d25
|
Added support for background mode on iOS
|
2014-04-16 23:49:35 -03:00 |
|
|
|
14acb7b323
|
Fix
|
2014-04-16 23:30:22 -03:00 |
|
|
|
2f7f7b7b50
|
Fix
|
2014-04-16 01:50:17 -03:00 |
|
|
|
998a47b099
|
Replaced GCDWebServer subclassing with explicit options
|
2014-04-16 01:29:52 -03:00 |
|
|
|
2d8996b91e
|
Added connected state to GCDWebServer
|
2014-04-16 00:57:41 -03:00 |
|
|
|
c5ca0f7cee
|
Added GCDWebServerDelegate
|
2014-04-16 00:57:41 -03:00 |
|
|
|
489c8c6236
|
Added +[GCDWebServer maxPendingConnections]
|
2014-04-16 00:57:14 -03:00 |
|
|
|
016153f900
|
Isolated all testing code with __GCDWEBSERVER_ENABLE_TESTING__
|
2014-04-15 16:50:57 -03:00 |
|
|
|
14e04b445f
|
Fixes
|
2014-04-15 16:50:57 -03:00 |
|
|
|
46ee1a48d6
|
Fixed source folder name typo!
|
2014-04-15 00:13:31 -03:00 |
|