Commit History

Author SHA1 Message Date
  Damian Kołakowski d2e176bd19 Added Reflection utils for converting any object instance to a dictionary (... and later save in database ). 10 years ago
  Damian Kołakowski a708f9bfb9 Fixed all warnings happened after an upgrade to swift-DEVELOPMENT-SNAPSHOT-2016-03-01-a-osx.pkg. 10 years ago
  Damian Kołakowski cfc22405a2 Added Sqlite stuff to tvOS targets. 10 years ago
  Damian Kołakowski c555f97539 Added Framework target for tvOS. Added sample app for tvOS. 10 years ago
  Damian Kołakowski bb416361ee Merge pull request #112 from satishmaha/fixBridgingHeader 10 years ago
  Satish Mahalingam a238096cae Bridging header should be referenced to the one inside the project folder 10 years ago
  Damian Kołakowski 00e8a4b279 Added Sequence & Generator types for the results of SQL statements execution. 10 years ago
  Damian Kołakowski 816bbc98cd Added Swift wrapper for SQLite. 10 years ago
  Damian Kołakowski f8bfc12c30 Fixed tests for WebSockets. 10 years ago
  Damian Kołakowski cedbec42a1 Added 'isDirectory' method to the File class. 10 years ago
  Damian Kołakowski e6d6098b7a Improved tokens detection for HTTP headers. 10 years ago
  Damian Kołakowski c75d2cb020 Merge pull request #105 from dattk/ffwebsocket 10 years ago
  dattk 44f8ccce89 fix firefoxs header websocket connection 10 years ago
  Damian Kołakowski 845f814a84 Version changed to 1.1.3. 10 years ago
  Damian Kołakowski d873d82ab3 Changed "GetCurrentWorkingDirectory" to "GetCurrentWorkingDirectoryFailed". 10 years ago
  Damian Kołakowski 4d8fdf0265 Added currentWorkingDirectory method to 'File' class. 10 years ago
  Damian Kołakowski ebbf0b048e Removed debug/playground code. 10 years ago
  Damian Kołakowski f1dbeafc75 WebSocketSesion accepts ArraySlice type. 10 years ago
  Damian Kołakowski 8c55199529 Added support for ArraySlice to HttpResponseBodyWriter. 10 years ago
  Damian Kołakowski 0c5fd4dbf3 Added 'seek' method to 'File' class. 10 years ago
  Damian Kołakowski 96b2fab09c Fixed warning: "String+BASE64.swift:25:9: C-style for statement is deprecated and will be removed in a future version of Swift". 10 years ago
  Damian Kołakowski 7497398551 Fixed warning: "./Carthage/Checkouts/swifter/Sources/HttpRequest.swift:143:43: warning: 'init(start: end:)' is deprecated: it will be removed in Swift 3. Use the '..<' operator." ( #102 ). 10 years ago
  Damian Kołakowski 679c5a4db0 do { } catch { } replaced by "defer". 10 years ago
  Damian Kołakowski a97458626c Added *File* class for files manipulation. 10 years ago
  Damian Kołakowski 707c3b33ea Added tests for String+Misc::removePercentEncoding(). 10 years ago
  Damian Kołakowski 1028fd946b Tests files removed from Sources directory. 10 years ago
  Damian Kołakowski 0c31226a0b Version changed to 1.1.2. 10 years ago
  Damian Kołakowski b070d440ad Fixed compilation error happening on "ipad ios 9.2 - https://github.com/glock45/swifter/issues/101". 10 years ago
  Damian Kołakowski 1ce84ca3ff Fixed issue #98 ( "Trailing slash on last parameter value"). 10 years ago
  Damian Kołakowski 7e8cb7565a Changed IOS deployment target from 9.0 to 8.0 ( previously removed by mistake ). 10 years ago