index
:
puppet.git
master
ticket/master/7841
ticket/master/8119
Puppet repo
Ricky Zhou (周家杰)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
puppet
/
network
/
http
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix for #2600 (wrong number of arguments under older mongrel)
Markus Roberts
2009-09-15
2
-14
/
+12
*
Fix #2516 - Fix format detection when content-type contains charset
Brice Figureau
2009-08-13
1
-0
/
+2
*
rack: SSL Env vars can be in Request.env or ENV
Christian Hofstaedtler
2009-08-03
3
-8
/
+26
*
rack: don't directly use the forbidden HTTP_CONTENT_TYPE env var (fixes rack ...
Christian Hofstaedtler
2009-08-03
1
-1
/
+1
*
Fix #2261 - Make sure query string parameters are properly escaped
Brice Figureau
2009-07-17
1
-1
/
+1
*
Fixes #2367 - Mongrel::HTTPRequest returns a StringIO object
James Turnbull
2009-07-08
1
-1
/
+1
*
Fix #2392 - use Content-Type for REST communication
Brice Figureau
2009-07-05
4
-16
/
+47
*
Fix #2383, an incompatibility with early ruby 1.8 versions
Christian Hofstaedtler
2009-07-05
1
-1
/
+2
*
Fixing #2238 In some cases blank? is not available on String.
Jordan Curzon
2009-07-04
1
-1
/
+1
*
Fixing #2238 - Deal with nil hash keys from mongrel params
Jordan Curzon
2009-07-02
1
-0
/
+2
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
4
-17
/
+17
*
Fix #2308 - Mongrel should use X-Forwarded-For
Brice Figureau
2009-06-05
1
-1
/
+1
*
RackXMLRPC: buffer request contents in memory, as a real string.
Christian Hofstaedtler
2009-05-15
1
-1
/
+1
*
Fixing #2265 - rack is loaded with features rather than manually
Luke Kanies
2009-05-14
1
-1
/
+0
*
Add XMLRPC compatibility for Rack
Christian Hofstaedtler
2009-05-02
2
-1
/
+83
*
Puppet as a Rack application
Christian Hofstaedtler
2009-05-02
3
-0
/
+135
*
Fill REST request node with reverse lookup of IP address
Brice Figureau
2009-04-23
3
-0
/
+16
*
Refactor rest authorization to raise exceptions deeper
Brice Figureau
2009-04-23
1
-5
/
+9
*
Fix #1875 - Add a REST authorization system
Brice Figureau
2009-04-23
1
-1
/
+7
*
Forbidding REST clients to set the node or IP
Luke Kanies
2009-03-20
1
-1
/
+7
*
Fixing #1557 - Environments are now in REST URIs
Luke Kanies
2009-03-20
6
-55
/
+26
*
Moving the REST API functions into a module
Luke Kanies
2009-03-20
3
-57
/
+68
*
Using the Handler for the REST api on both sides of the connection
Luke Kanies
2009-03-20
1
-47
/
+35
*
Adding REST::Handler methods for converting between indirection and uris
Luke Kanies
2009-03-20
1
-0
/
+46
*
Correctly handling numerical REST arguments
Luke Kanies
2009-03-10
1
-0
/
+2
*
Correctly handling URI escaping throughout the REST process
Luke Kanies
2009-02-19
1
-0
/
+3
*
Adding clarity to query string handling in REST calls
Luke Kanies
2009-02-18
3
-1
/
+19
*
Providing better information when an exception is encountered during network ...
Luke Kanies
2009-02-18
1
-1
/
+1
*
Fixing #1729 - puppetmasterd can now read certs at startup
Luke Kanies
2008-12-18
1
-3
/
+2
*
Causing format selection to fail intelligently if no suitable format can be p...
Luke Kanies
2008-08-26
1
-1
/
+12
*
Fixing the rest backends for webrick and mongrel so the get the whole request...
Luke Kanies
2008-08-26
2
-2
/
+2
*
Adding parameter and URL support to the REST terminus.
Luke Kanies
2008-08-20
1
-1
/
+5
*
Correctly handling when REST searches return nothing.
Luke Kanies
2008-07-30
1
-1
/
+3
*
Searching again works over REST, including full content-type translation.
Luke Kanies
2008-07-29
1
-2
/
+2
*
All error and format handling works over REST except searching.
Luke Kanies
2008-07-29
3
-10
/
+29
*
Drastically simplifying the REST implementation tests.
Luke Kanies
2008-07-29
2
-10
/
+25
*
Removing an apparently-obsolete hook from the handler
Luke Kanies
2008-07-29
1
-4
/
+0
*
Adding explicit tests for the HTTP::Handler module.
Luke Kanies
2008-07-29
1
-23
/
+67
*
The REST terminus now uses the content-type and http result codes.
Luke Kanies
2008-07-29
1
-2
/
+2
*
Merge branch '0.24.x'
Luke Kanies
2008-06-14
3
-52
/
+95
|
\
|
*
Fixing #1362 -- I had previously removed a stub point needed for testing.
Luke Kanies
2008-06-13
1
-1
/
+7
|
*
Replacing all two-space indents with four-space
Luke Kanies
2008-06-13
1
-1
/
+1
|
*
The mongrel and webrick REST handlers now extract certificate information.
Luke Kanies
2008-06-09
3
-60
/
+96
*
|
The CRL is now automatically used or ignored.
Luke Kanies
2008-05-07
1
-1
/
+1
*
|
The master is now functionally serving REST and xmlrpc.
Luke Kanies
2008-05-05
1
-1
/
+1
*
|
The REST infrastructure now correctly the SSL certificates.
Luke Kanies
2008-05-05
1
-5
/
+5
*
|
Fixing a critical problem in how CRLs were saved and moving SSL Store respons...
Luke Kanies
2008-05-05
1
-16
/
+2
*
|
Switched puppetmasterd to use the new-style server plumbing.
Luke Kanies
2008-05-02
1
-2
/
+3
*
|
Adding xmlrpc backward compatibility to the new Mongrel code.
Luke Kanies
2008-05-02
1
-0
/
+10
*
|
Adding xmlrpc support to webrick.
Luke Kanies
2008-05-02
2
-3
/
+20
[prev]
[next]