github github
  • Home
  • Pricing and Signup
  • Training
  • Gist
  • Blog
  • Login

diogok / restserver

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 6
    • 1
  • Source
  • Commits
  • Network (1)
  • Issues (0)
  • Downloads (0)
  • Wiki (1)
  • Graphs
  • Branch: master

click here to add a description

click here to add a homepage

  • Switch Branches (1)
    • master ✓
  • Switch Tags (0)
  • Comments
  • Contributors
restserver / Commit History feed

2010-08-12

Fixed redundant methods RestRequest::getInput and getBody and RestResponse::addResponse appendResponse, now they chain call the newer method. Did not removed duplicated due to backward compatibility and stuff like that. This is my longest commit message so far... 
diogok (author)
Thu Aug 12 17:07:00 -0700 2010
commit  b1e641c05d5d507d5810
tree    4326a6d862cc927adfc9
parent  330617e443421d5647aa

2010-06-30

added method to return uploaded content on put stream 
diogok (author)
Wed Jun 30 10:47:18 -0700 2010
commit  330617e443421d5647aa
tree    6601d6de851c03c35f10
parent  51ab48d69d811bd5ffd4

2010-05-27

Fixed parameter &-append bug, thx to Ian Gibbons, on restclient, small notices fixed 
diogok (author)
Thu May 27 05:49:34 -0700 2010
commit  51ab48d69d811bd5ffd4
tree    ed14f7e83ba4fddbc00f
parent  06a8be5f300d61bd8387

2009-12-02

fixed bug in requireAuthentication 
diogok (author)
Wed Dec 02 03:08:15 -0800 2009
commit  06a8be5f300d61bd8387
tree    30e23a89084f4a6b25bb
parent  deba24f98e5e3d5d5a40

2009-12-01

fixed readme info 
diogok (author)
Tue Dec 01 18:09:29 -0800 2009
commit  deba24f98e5e3d5d5a40
tree    0ce126384a14618a3acb
parent  8c5d03c96a07762487e7
unit tests remake 
diogok (author)
Tue Dec 01 18:06:33 -0800 2009
commit  8c5d03c96a07762487e7
tree    26f420e81db5b522dae0
parent  f3acd66706cbd286da53
Bugs fixes and Authenticator done for Basic and Digest, and phpdocs 
diogok (author)
Tue Dec 01 18:03:27 -0800 2009
commit  f3acd66706cbd286da53
tree    9fc721471352df2d956a
parent  6345b06a584f9f23de95
docs for api 
diogok (author)
Tue Dec 01 18:01:19 -0800 2009
commit  6345b06a584f9f23de95
tree    06b728dc6db563712078
parent  ddf19108647354453580

2009-11-30

fixed example2 template 
diogok (author)
Mon Nov 30 19:11:23 -0800 2009
commit  ddf19108647354453580
tree    6975a49609eb7bbc53a6
parent  4e32f23a4635c0e91046

2009-11-23

fixed example2 
diogok (author)
Mon Nov 23 16:07:40 -0800 2009
commit  4e32f23a4635c0e91046
tree    b573f1a3d3b8d6429838
parent  5d2204b73bfbd5fa2605
fixed example2 
diogok (author)
Mon Nov 23 16:06:56 -0800 2009
commit  5d2204b73bfbd5fa2605
tree    0dc30d70125af71ec911
parent  e725ffdaf2409e671d37
fixed example2 
diogok (author)
Mon Nov 23 16:04:20 -0800 2009
commit  e725ffdaf2409e671d37
tree    b7cfc17171f49eb1327a
parent  df0cd8f20dd5f95f061f
removed all openshort tags 
diogok (author)
Mon Nov 23 15:13:46 -0800 2009
commit  df0cd8f20dd5f95f061f
tree    307f4a0f5cac59cf1ee2
parent  eae7a17f1538d35aafa2

2009-07-16

Fixed headers getting sent in response for redirection on restclient 
Diogo SOuza da Silva (author)
Thu Jul 16 06:55:04 -0700 2009
commit  eae7a17f1538d35aafa2
tree    f3e580ce7ed21a569a5d
parent  11a4cc9a7e864b7d6eb1

2009-06-30

Fixed issues with duplicated response body 
Diogo SOuza da Silva (author)
Tue Jun 30 07:20:58 -0700 2009
commit  11a4cc9a7e864b7d6eb1
tree    4b3013dfba057d1ec67f
parent  36e57e0b21def2de3ca6

2009-06-27

RestClient examples added 
Diogo SOuza da Silva (author)
Sat Jun 27 17:10:07 -0700 2009
commit  36e57e0b21def2de3ca6
tree    1c9097db22f7398105dd
parent  470510527fa905fc4f25
Added PUT, DELETE and custom methods on RestClient 
Diogo SOuza da Silva (author)
Sat Jun 27 17:04:01 -0700 2009
commit  470510527fa905fc4f25
tree    b06c966dc0a72f7e667b
parent  10d7bf5211af1a935c4d
few updates in doc 
Diogo SOuza da Silva (author)
Sat Jun 27 09:18:51 -0700 2009
commit  10d7bf5211af1a935c4d
tree    46e325e7b2ef1fa818fc
parent  a5f6d417d0e040bc2c57
dummy example with database and a client 
Diogo SOuza da Silva (author)
Sat Jun 27 09:12:01 -0700 2009
commit  a5f6d417d0e040bc2c57
tree    28988969ef01e312184e
parent  5633a8c58e315d7248a9
Documented RestClient, improved request body handle in RestServer and RestClient and new tests added 
Diogo SOuza da Silva (author)
Sat Jun 27 08:54:49 -0700 2009
commit  5633a8c58e315d7248a9
tree    1ef98b6595a8a342b656
parent  de9cafb3227931cd1d76

2009-06-24

post content 
Diogo SOuza da Silva (author)
Wed Jun 24 07:57:16 -0700 2009
commit  de9cafb3227931cd1d76
tree    4a4dcb149e726744fd0c
parent  c9d08e97ee7c5fa473a8
improved headers treat on RestClient 
Diogo SOuza da Silva (author)
Wed Jun 24 07:18:06 -0700 2009
commit  c9d08e97ee7c5fa473a8
tree    6736242db65d2d18ec12
parent  ea8b3f3b01d30a2a9ade
RestClient example e tests 
Diogo SOuza da Silva (author)
Wed Jun 24 06:54:11 -0700 2009
commit  ea8b3f3b01d30a2a9ade
tree    01d87c85be85409d22ee
parent  deab0b1fe2d4675669f0
Added RestClient.class.php, useful for test cases 
Diogo SOuza da Silva (author)
Wed Jun 24 06:42:27 -0700 2009
commit  deab0b1fe2d4675669f0
tree    862e6d856a44d6308ae9
parent  d28e34f82964d3e13b04

2009-04-20

Start of stack trace 
Diogo SOuza da Silva (author)
Mon Apr 20 15:48:37 -0700 2009
commit  d28e34f82964d3e13b04
tree    fa47224d0f25766d669e
parent  8b0c6ff666e073c3b5ef

2009-03-20

Changed authentication method 
Diogo SOuza da Silva (author)
Fri Mar 20 19:05:04 -0700 2009
commit  8b0c6ff666e073c3b5ef
tree    e9b09d08edcf8087d387
parent  b25ce5628603788c9cdc
Better example 
Diogo SOuza da Silva (author)
Fri Mar 20 19:04:43 -0700 2009
commit  b25ce5628603788c9cdc
tree    983c3bafc52e58ebb8a5
parent  9e81193c3a18dea3a897
Updated example 
Diogo SOuza da Silva (author)
Fri Mar 20 12:11:15 -0700 2009
commit  9e81193c3a18dea3a897
tree    b45647c939afdcce1e24
parent  3b109192bf33f689f19c
Strict compliance changes 
Diogo SOuza da Silva (author)
Fri Mar 20 12:01:35 -0700 2009
commit  3b109192bf33f689f19c
tree    7344f30b749ad07b127b
parent  0b409798eed6c2e35e00
Added phpdoc 
Diogo SOuza da Silva (author)
Fri Mar 20 11:48:03 -0700 2009
commit  0b409798eed6c2e35e00
tree    3c42da69fb1df0bbc2b7
parent  02be0481ae108007abb8

2009-03-17

Partial PHPDOC and Strict conformance 
Diogo SOuza da Silva (author)
Tue Mar 17 07:39:11 -0700 2009
commit  02be0481ae108007abb8
tree    cb48aef0ace554f44df3
parent  a577378becf61d9ed7d1

2009-03-01

Initial URL option fixed 
Diogo SOuza da Silva (author)
Sun Mar 01 08:11:38 -0800 2009
commit  a577378becf61d9ed7d1
tree    5321a81c64d30852c193
parent  4bc8deffed82e19f138a
Improved URL handler methods 
Diogo SOuza da Silva (author)
Sun Mar 01 08:11:10 -0800 2009
commit  4bc8deffed82e19f138a
tree    94ce7fc05f3578bcce0c
parent  dfbccd2f0070d7a75559

2009-02-17

Adding base files 
Diogo SOuza da Silva (author)
Tue Feb 17 05:25:01 -0800 2009
commit  dfbccd2f0070d7a75559
tree    ad7786b4d4e2cccc6923
parent  f6144380139d62a39eda
First commit 
Diogo SOuza da Silva (author)
Tue Feb 17 05:23:57 -0800 2009
commit  f6144380139d62a39eda
tree    543b9bebdc6bd5c4b221
« NewerOlder »
Dedicated Server Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
  • Blog
  • Support
  • Training
  • Job Board
  • Shop
  • Contact
  • API
  • Status
  • © 2010 GitHub Inc. All rights reserved.
  • Terms of Service
  • Privacy
  • Security
  • English
  • Deutsch
  • Français
  • 日本語
  • Português (BR)
  • 中文
  • See all available languages

Your current locale selection: English. Choose another?

  • English
  • Afrikaans
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Српски
  • Svenska
  • 中文