Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / swift-server/http issues and pull requests
#100 - Writing headers late causes a crash
Issue -
State: closed - Opened by GeorgeLyon about 7 years ago
- 3 comments
#99 - The number of queues the server uses should be configurable
Issue -
State: open - Opened by anayini about 7 years ago
#98 - Server lifecycle
Issue -
State: open - Opened by gtaban about 7 years ago
#97 - Revisit potential use of string.utf8 field for conversion to data
Issue -
State: open - Opened by carlbrown about 7 years ago
- 1 comment
#96 - GCD based, Asynchronous Implementation of the API
Pull Request -
State: closed - Opened by helje5 about 7 years ago
- 8 comments
#95 - Divide up the Server unit tests and end-to-end tests
Pull Request -
State: closed - Opened by gtaban about 7 years ago
#94 - git should ignore Package.resolved
Pull Request -
State: closed - Opened by gtaban about 7 years ago
#93 - TLS integration
Pull Request -
State: closed - Opened by gtaban about 7 years ago
- 1 comment
#92 - [Code Style] Some code style changes
Pull Request -
State: closed - Opened by anayini about 7 years ago
- 2 comments
#91 - Support for multiple addresses per server
Issue -
State: open - Opened by gtaban about 7 years ago
- 1 comment
#90 - The use of closure as associated value of the processBody case feels unusual
Issue -
State: open - Opened by hartbit about 7 years ago
- 3 comments
#89 - Use sockaddr structure instead of port for connection address
Issue -
State: open - Opened by gtaban about 7 years ago
- 6 comments
#88 - In HTTPServer specification, `Port:0` give error, should be `Port:nil` for kernel assigned ports
Issue -
State: open - Opened by gtaban about 7 years ago
- 6 comments
#87 - [HTTPVersion] Refactor HTTPVersion
Pull Request -
State: closed - Opened by anayini about 7 years ago
- 5 comments
#86 - Add optional `queue` to handler
Pull Request -
State: closed - Opened by helje5 about 7 years ago
- 3 comments
#85 - Drop HTTPServing
Pull Request -
State: closed - Opened by helje5 about 7 years ago
- 4 comments
#84 - Lint and Clean up code
Pull Request -
State: closed - Opened by anayini about 7 years ago
- 3 comments
#83 - Proposal: Some suggestions for better, more readble API
Issue -
State: open - Opened by amosavian about 7 years ago
- 8 comments
#82 - Rename start/stop to resume/suspend
Pull Request -
State: closed - Opened by gtaban about 7 years ago
- 13 comments
#81 - Move HTTPServer options from Start into init
Pull Request -
State: closed - Opened by gtaban about 7 years ago
- 14 comments
#80 - Fixed typo in comments
Pull Request -
State: closed - Opened by shanev about 7 years ago
- 1 comment
#79 - Typo: it is mkcol, not mkol
Pull Request -
State: closed - Opened by helje5 about 7 years ago
#78 - TLS integration
Pull Request -
State: closed - Opened by gtaban about 7 years ago
- 1 comment
#77 - Fix readBuffer memory leak
Pull Request -
State: closed - Opened by chrisamanse about 7 years ago
- 4 comments
#76 - Checking out project points to non existing ref
Issue -
State: open - Opened by alper about 7 years ago
- 2 comments
#75 - server.stop shouldn't have been left commented out in these two tests
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 1 comment
#74 - Fix "WithoutKeepAlive" test to run and pass on Linux, plus provide more accurate name
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 2 comments
#73 - Make hashValue a getter instead of a stored value
Pull Request -
State: closed - Opened by chrisamanse about 7 years ago
- 3 comments
#72 - Use 'guard a == b else' instead of 'if a != b'
Pull Request -
State: closed - Opened by chrisamanse about 7 years ago
- 2 comments
#71 - Test hashValue and description of HTTPVersion
Pull Request -
State: closed - Opened by chrisamanse about 7 years ago
- 3 comments
#70 - Use parameter default value to combine init
Pull Request -
State: closed - Opened by chrisamanse about 7 years ago
- 3 comments
#69 - Attempt to stop a crash running `self?.responseCompleted = false`
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 2 comments
#68 - Need to Explicitly call `deallocate`
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 1 comment
#67 - Better code style
Pull Request -
State: closed - Opened by nixzhu about 7 years ago
- 2 comments
#66 - Create Web with PHP, MySql
Pull Request -
State: closed - Opened by Ajoe354 about 7 years ago
- 1 comment
#65 - Move PoCSocket code into its own directory/target
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 2 comments
#64 - Replaced `CFRunLoopRun()` with `RunLoop.current.run()` in README examples.
Pull Request -
State: closed - Opened by ShaneQi about 7 years ago
#63 - Sockets aren't idle if response not completed
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 3 comments
#62 - Handle failure setting Blocking status of socket more gracefully
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
#61 - Readme: request feedback
Pull Request -
State: closed - Opened by ianpartridge about 7 years ago
- 1 comment
#60 - Update Jazzy docs with new example and API changes
Pull Request -
State: closed - Opened by seabaylea about 7 years ago
- 1 comment
#59 - Update Jazzy docs with handler example and other minor improvements
Pull Request -
State: closed - Opened by seabaylea about 7 years ago
- 2 comments
#58 - TestResponseResolver logic match HTTPStreamingParser
Pull Request -
State: closed - Opened by seabaylea about 7 years ago
- 1 comment
#57 - Keep alive override
Pull Request -
State: closed - Opened by sandmman about 7 years ago
#56 - Swift 4 support
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 1 comment
#55 - Push completion block to queueSocketWrite
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
#54 - Add public initializer of HTTPRequest
Pull Request -
State: closed - Opened by takebayashi about 7 years ago
- 6 comments
#53 - Adds Travis Support
Pull Request -
State: closed - Opened by sandmman about 7 years ago
- 3 comments
#52 - Closes requests with Connection: close header
Pull Request -
State: closed - Opened by sandmman about 7 years ago
- 2 comments
#51 - Honor &stopProcessingBody flag, with tests
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 2 comments
#50 - Linux: Sockets Not Properly Closed Using `Connection: close` Header
Issue -
State: closed - Opened by sandmman about 7 years ago
#49 - Completion block fix
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 3 comments
#48 - Honor stop (Bool) flag in HTTPBodyHandler
Issue -
State: open - Opened by carlbrown about 7 years ago
- 1 comment
#47 - Completion Block moved to socket write Issue#36
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 1 comment
#46 - Alternate transfer encoding (e.g. content-length) needs work and testing
Issue -
State: open - Opened by carlbrown about 7 years ago
#45 - Convert writeXXXX() calls to write(xxxx:)
Pull Request -
State: closed - Opened by seabaylea about 7 years ago
- 10 comments
#44 - Use of `htons()` in PoCSocket.bindAndListen()
Issue -
State: closed - Opened by seabaylea about 7 years ago
- 1 comment
#43 - Update README.md and Jazzy annotations
Pull Request -
State: closed - Opened by seabaylea about 7 years ago
- 2 comments
#42 - Fix port configuration being ignored
Pull Request -
State: closed - Opened by seabaylea about 7 years ago
- 2 comments
#41 - Correct function of Keep-Alive header
Pull Request -
State: closed - Opened by djones6 about 7 years ago
- 6 comments
#40 - Swift 4 support
Issue -
State: closed - Opened by carlbrown about 7 years ago
- 1 comment
#39 - Remove BlueSocket dependency
Pull Request -
State: closed - Opened by carlbrown about 7 years ago
- 6 comments
#38 - Remove dangling reference left over from rename in PR #26
Pull Request -
State: closed - Opened by carlbrown over 7 years ago
- 1 comment
#37 - DispatchData vs Data for API calls
Issue -
State: open - Opened by carlbrown over 7 years ago
- 3 comments
#36 - Write Callback Block on Queue vs on Write
Issue -
State: open - Opened by carlbrown over 7 years ago
- 6 comments
Labels: bug
#35 - Remove need for utils.* in CHTTPParser
Pull Request -
State: closed - Opened by seabaylea over 7 years ago
- 1 comment
#34 - Add Xcode project
Pull Request -
State: closed - Opened by ianpartridge over 7 years ago
- 5 comments
#33 - Add .swiftlint.yml and clean up project
Pull Request -
State: closed - Opened by ianpartridge over 7 years ago
- 1 comment
#32 - Remove CHTTPParser dependency, add target
Pull Request -
State: closed - Opened by ianpartridge over 7 years ago
- 1 comment
#31 - Update API docs
Pull Request -
State: closed - Opened by ianpartridge over 7 years ago
- 1 comment
#30 - Remove docs from the develop branch
Issue -
State: closed - Opened by aleksey-mashanov over 7 years ago
- 1 comment
#29 - Remove API docs
Pull Request -
State: closed - Opened by ianpartridge over 7 years ago
- 5 comments
#28 - Deep recursion in completion callback
Issue -
State: open - Opened by aleksey-mashanov over 7 years ago
- 13 comments
#27 - Remove HTTPResponseStatus.init(code:reasonPhrase:)
Pull Request -
State: closed - Opened by ianpartridge over 7 years ago
- 2 comments
#26 - Add HTTPServer so we don't vend BlueSocketHTTP
Pull Request -
State: closed - Opened by ianpartridge over 7 years ago
- 11 comments
#25 - no dependencies
Pull Request -
State: closed - Opened by tanner0101 over 7 years ago
- 5 comments
#24 - Add initial set of Jazzy docs
Pull Request -
State: closed - Opened by seabaylea over 7 years ago
- 4 comments
#23 - Perf: read connectionCount only when needed
Pull Request -
State: closed - Opened by seabaylea over 7 years ago
- 4 comments
#22 - EndToEnd tests failing(hanging) on latest 4.0 snapshots on Linux
Issue -
State: open - Opened by carlbrown over 7 years ago
- 24 comments
#21 - Fix for exclusive access issue in Swift 4
Pull Request -
State: closed - Opened by carlbrown over 7 years ago
- 1 comment
#20 - Perf: Use string.utf8 field for conversion to data
Pull Request -
State: closed - Opened by seabaylea over 7 years ago
- 8 comments
#19 - Simplification of HTTPResponse/HTTPResponseWriter
Pull Request -
State: closed - Opened by aleksey-mashanov over 7 years ago
- 55 comments
#18 - .discardBody should call done()
Pull Request -
State: closed - Opened by seabaylea over 7 years ago
#17 - Convert HTTPMethod to a struct
Pull Request -
State: closed - Opened by seabaylea over 7 years ago
- 3 comments
#16 - Grab the lock when calculating the count property
Pull Request -
State: closed - Opened by ymanton over 7 years ago
- 3 comments
#15 - Add Comparable conformance to HTTPVersion
Pull Request -
State: closed - Opened by seabaylea over 7 years ago
- 2 comments
#14 - Make HTTPHeaders more user-friendly
Pull Request -
State: closed - Opened by aleksey-mashanov over 7 years ago
- 3 comments
#13 - Change HTTPRequest.target type form String to URL
Pull Request -
State: closed - Opened by huebs over 7 years ago
- 5 comments
#12 - Convert HTTPResponseStatus to a struct
Pull Request -
State: closed - Opened by aleksey-mashanov over 7 years ago
- 4 comments
#11 - rename webapp to responder
Pull Request -
State: closed - Opened by tanner0101 over 7 years ago
- 10 comments
#10 - move response write convenience methods to extension
Pull Request -
State: closed - Opened by tanner0101 over 7 years ago
- 3 comments
#9 - just modules
Pull Request -
State: closed - Opened by tanner0101 over 7 years ago
- 1 comment
#8 - API uses POSIXError
Issue -
State: closed - Opened by helje5 over 7 years ago
- 2 comments
#7 - modules / namespace
Pull Request -
State: closed - Opened by tanner0101 over 7 years ago
- 31 comments
#6 - Convert HTTPVersion to a struct
Pull Request -
State: closed - Opened by seabaylea over 7 years ago
- 1 comment
#5 - Make StreamingParser.keepAliveUntil accessable outside the SwiftServerHttp module
Pull Request -
State: closed - Opened by shmuelk over 7 years ago
- 1 comment
#4 - Reduce unnecessary duplication on HTTPHeader by storing Index reference to original header data.
Pull Request -
State: closed - Opened by michael-yuji over 7 years ago
- 6 comments
#3 - HTTPMethod/HTTPResponseStatus enums need to be open
Pull Request -
State: closed - Opened by helje5 over 7 years ago
- 3 comments
#2 - relocate SimpleResponseCreator
Pull Request -
State: closed - Opened by carlbrown over 7 years ago
- 1 comment
#1 - Update LICENCE and copyrights, add API.md
Pull Request -
State: closed - Opened by seabaylea over 7 years ago