-
Notifications
You must be signed in to change notification settings - Fork 41
Comparing changes
Open a pull request
base repository: swift-server/http
base: 0.1.0
head repository: swift-server/http
compare: develop
Commits on Oct 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 234551e - Browse repository at this point
Copy the full SHA 234551eView commit details
Commits on Oct 4, 2017
-
Replaced
CFRunLoopRun()
withRunLoop.current.run()
in README exam……ples. Linux's Foundation donesn't have `CFRunLoopRun()` API. It's equivalent is `RunLoop.current.run()`. Since `RunLoop.current.run()` is also available on macOS, so we can replace `CFRunLoopRun()` with `RunLoop.current.run()`, so that people won't be confused when they copy & past example but not working on linux.
Configuration menu - View commit details
-
Copy full SHA for fffb8dd - Browse repository at this point
Copy the full SHA fffb8ddView commit details -
Merge pull request #64 from ShaneQi/new_runloop_api_in_readme
Replaced `CFRunLoopRun()` with `RunLoop.current.run()` in README examples.
Configuration menu - View commit details
-
Copy full SHA for 5a00cde - Browse repository at this point
Copy the full SHA 5a00cdeView commit details
Commits on Oct 7, 2017
-
* Indent return * Auto infer URLSessionConfiguration.default * Better define of `testString`
Configuration menu - View commit details
-
Copy full SHA for fb6df9b - Browse repository at this point
Copy the full SHA fb6df9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6087c - Browse repository at this point
Copy the full SHA ec6087cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1994157 - Browse repository at this point
Copy the full SHA 1994157View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9dbb40 - Browse repository at this point
Copy the full SHA d9dbb40View commit details
Commits on Oct 23, 2017
-
As another option we could write an RFC to introduce MKOL - Make Outline Not quite sure what that would do, though.
Configuration menu - View commit details
-
Copy full SHA for 34cd525 - Browse repository at this point
Copy the full SHA 34cd525View commit details
Commits on Oct 26, 2017
-
Merge pull request #79 from ZeeZide/develop
Typo: it is mkcol, not mkol
Configuration menu - View commit details
-
Copy full SHA for fa11340 - Browse repository at this point
Copy the full SHA fa11340View commit details
Commits on Oct 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4731778 - Browse repository at this point
Copy the full SHA 4731778View commit details
Commits on Nov 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 88ab09d - Browse repository at this point
Copy the full SHA 88ab09dView commit details
Commits on Nov 7, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 728b66d - Browse repository at this point
Copy the full SHA 728b66dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 630bd0b - Browse repository at this point
Copy the full SHA 630bd0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e1e38 - Browse repository at this point
Copy the full SHA 53e1e38View commit details
Commits on Nov 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b624e39 - Browse repository at this point
Copy the full SHA b624e39View commit details -
[Code Style] Some code style changes (#92)
* [Code Style] Some code style changes Minor changes to make some code Swiftier * Fixes for PR feedback
Configuration menu - View commit details
-
Copy full SHA for 2c43368 - Browse repository at this point
Copy the full SHA 2c43368View commit details
Commits on Nov 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 6ad4650 - Browse repository at this point
Copy the full SHA 6ad4650View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a4da0 - Browse repository at this point
Copy the full SHA a5a4da0View commit details -
Merge pull request #94 from gtaban/PackageResolved
git should ignore Package.resolved
Configuration menu - View commit details
-
Copy full SHA for 9dd0946 - Browse repository at this point
Copy the full SHA 9dd0946View commit details -
Merge pull request #95 from gtaban/splitServerTests
Divide up the Server unit tests and end-to-end tests
Configuration menu - View commit details
-
Copy full SHA for b54c7b4 - Browse repository at this point
Copy the full SHA b54c7b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d2c2b5 - Browse repository at this point
Copy the full SHA 4d2c2b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6211a2 - Browse repository at this point
Copy the full SHA b6211a2View commit details -
Merge pull request #85 from ZeeZide/feature/no-http-serving
Drop HTTPServing
Configuration menu - View commit details
-
Copy full SHA for 397c5fb - Browse repository at this point
Copy the full SHA 397c5fbView commit details -
remove arguments from HTTPServer start function and put it in an opti…
…on class and pass in init.
Configuration menu - View commit details
-
Copy full SHA for 2e987e1 - Browse repository at this point
Copy the full SHA 2e987e1View commit details -
Merge pull request #81 from gtaban/convertOptions
Move HTTPServer options from Start into init
Configuration menu - View commit details
-
Copy full SHA for 825b680 - Browse repository at this point
Copy the full SHA 825b680View commit details
Commits on Nov 12, 2017
-
Any informational header (1XX) should be allowed to be written prior …
…to actual response headers. Previously, this honor was only bestowed upon status 100 "Continue".
George committedNov 12, 2017 Configuration menu - View commit details
-
Copy full SHA for 92dcc60 - Browse repository at this point
Copy the full SHA 92dcc60View commit details
Commits on Nov 13, 2017
-
Merge pull request #101 from GeorgeLyon/develop
Any informational header (1XX) should be allowed to be written prior …
Configuration menu - View commit details
-
Copy full SHA for 4eab465 - Browse repository at this point
Copy the full SHA 4eab465View commit details
Commits on Nov 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d50eeec - Browse repository at this point
Copy the full SHA d50eeecView commit details
Commits on Nov 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e002bc5 - Browse repository at this point
Copy the full SHA e002bc5View commit details
Commits on Nov 30, 2017
-
Merge pull request #103 from anayini/update-readme
Add note in README.md about generating .xcodeproj
Configuration menu - View commit details
-
Copy full SHA for 31d066a - Browse repository at this point
Copy the full SHA 31d066aView commit details
Commits on Dec 7, 2017
-
Add HTTPParser license and credits
... omitting them may be legal or not, but it isn't nice in any case ;-)
Configuration menu - View commit details
-
Copy full SHA for dd00ed6 - Browse repository at this point
Copy the full SHA dd00ed6View commit details -
They changed it in master, see 89279ab for why. For the 2.7.1 drop, we should stick to the associated one.
Configuration menu - View commit details
-
Copy full SHA for 933ecc5 - Browse repository at this point
Copy the full SHA 933ecc5View commit details -
Apply original http-parser 2.7.1 drop
The internal one only changes formatting, but for maintaining the drop, this should be an exact copy, IMO :-)
Configuration menu - View commit details
-
Copy full SHA for 3af4390 - Browse repository at this point
Copy the full SHA 3af4390View commit details
Commits on Dec 8, 2017
-
Merge pull request #107 from ZeeZide/bug/http-parser-credits
Add http-parser credits
Configuration menu - View commit details
-
Copy full SHA for b576f2e - Browse repository at this point
Copy the full SHA b576f2eView commit details
Commits on Jan 3, 2018
-
Semaphores to fix TSAN warnings
Semaphores to track if abort() has been called Semaphores to track if cleanup() has been called and only let it get called once
Carl Brown committedJan 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 66c6b6a - Browse repository at this point
Copy the full SHA 66c6b6aView commit details
Commits on Jan 8, 2018
-
Remove Logging variable no longer used and fixed typo
Thanks @gtaban for the feedback.
Carl Brown committedJan 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 36adb9f - Browse repository at this point
Copy the full SHA 36adb9fView commit details -
Remove TODO comment for thing I'd already done.
Carl Brown committedJan 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 3739ce6 - Browse repository at this point
Copy the full SHA 3739ce6View commit details -
Merge pull request #108 from carlbrown/forPRforTSAN
Add Semaphores to fix TSAN warnings
Configuration menu - View commit details
-
Copy full SHA for b5001e4 - Browse repository at this point
Copy the full SHA b5001e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b64bc2 - Browse repository at this point
Copy the full SHA 9b64bc2View commit details -
Move TLS config to the HTTPServer.Options object
Carl Brown committedJan 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 30344ad - Browse repository at this point
Copy the full SHA 30344adView commit details
Commits on Jan 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7bf2426 - Browse repository at this point
Copy the full SHA 7bf2426View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b8cd8b - Browse repository at this point
Copy the full SHA 6b8cd8bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21cf431 - Browse repository at this point
Copy the full SHA 21cf431View commit details -
Merge pull request #109 from gtaban/tlsRebased
TLS Integration into HTTP
Configuration menu - View commit details
-
Copy full SHA for 8a5668c - Browse repository at this point
Copy the full SHA 8a5668cView commit details
Commits on Sep 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 07cd40c - Browse repository at this point
Copy the full SHA 07cd40cView commit details
There are no files selected for viewing
Uh oh!
There was an error while loading. Please reload this page.