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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix #2517 - Stack overflow when CA cert missing
Markus Roberts
2009-08-13
1
-7
/
+3
*
Fix #2516 - Fix format detection when content-type contains charset
Brice Figureau
2009-08-13
2
-1
/
+4
*
Fixing #2484 - "format missing" messages are better
Luke Kanies
2009-08-04
1
-2
/
+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 #2465 - Default auth information is confusing with no auth.conf
Brice Figureau
2009-07-30
1
-1
/
+1
*
Fix #2261 - Make sure query string parameters are properly escaped
Brice Figureau
2009-07-17
1
-1
/
+1
*
Fixed #2410 - default acl logs as info instead of warn.
Sam Livingston-Gray
2009-07-14
1
-1
/
+1
*
Fixes #2367 - Mongrel::HTTPRequest returns a StringIO object
James Turnbull
2009-07-08
1
-1
/
+1
*
Fix #2348 - Allow authstore (and REST auth) to match allow/deny against opaqu...
Brice Figureau
2009-07-07
1
-3
/
+10
*
Fix #2392 - use Content-Type for REST communication
Brice Figureau
2009-07-05
5
-17
/
+71
*
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
*
Fixing #2094 - filebucket failures are clearer now
Luke Kanies
2009-06-16
1
-1
/
+6
*
Adding a JSON format
Luke Kanies
2009-06-06
2
-1
/
+34
*
Allowing formats to specify the individual method names to use
Luke Kanies
2009-06-06
1
-22
/
+28
*
Allowing formats to specify the methods they require
Luke Kanies
2009-06-06
1
-15
/
+52
*
Removed extra whitespace from end of lines
Ian Taylor
2009-06-06
21
-71
/
+71
*
Fix #2308 - Mongrel should use X-Forwarded-For
Brice Figureau
2009-06-05
2
-2
/
+2
*
RackXMLRPC: buffer request contents in memory, as a real string.
Christian Hofstaedtler
2009-05-15
1
-1
/
+1
*
Modules now can find their own paths
Luke Kanies
2009-05-15
1
-3
/
+3
*
Fixing #2265 - rack is loaded with features rather than manually
Luke Kanies
2009-05-14
1
-1
/
+0
*
Fixing #2195 - the Server class handles bindaddress
Luke Kanies
2009-05-03
1
-2
/
+10
*
Remove the old 0.24.x rack support, which is now useless cruft
Christian Hofstaedtler
2009-05-02
1
-148
/
+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
*
Fix #2218 - Ruby YAML bug prevents reloading catalog in puppetd
Brice Figureau
2009-05-02
1
-2
/
+15
*
Unify auth/unauthenticated request authorization system
Brice Figureau
2009-04-23
2
-37
/
+28
*
Allow REST auth system to restrict an ACL to authenticated or unauthenticated...
Brice Figureau
2009-04-23
2
-7
/
+30
*
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
5
-56
/
+94
*
Add environment support in the REST authorization layer
Brice Figureau
2009-04-23
3
-16
/
+23
*
Fix #1875 - Add a REST authorization system
Brice Figureau
2009-04-23
3
-1
/
+128
*
Enhance authconfig format to support uri paths and regex
Brice Figureau
2009-04-23
2
-64
/
+220
*
Add dynamic authorization to authstore
Brice Figureau
2009-04-23
1
-1
/
+40
*
Adding support for specifying a preferred serialization format
Luke Kanies
2009-04-22
1
-1
/
+14
*
Switching to Indirected ActiveRecord
Luke Kanies
2009-04-22
1
-0
/
+1
*
Fix #2101 - fix failing test
Brice Figureau
2009-03-27
1
-1
/
+5
*
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
*
Fixed #1849 - Ruby 1.9 portability: `when' doesn't like colons, replace with ...
James Turnbull
2009-02-26
6
-27
/
+27
*
Correctly handling URI escaping throughout the REST process
Luke Kanies
2009-02-19
1
-0
/
+3
*
Migrating the old FileServer to the new Module/Environment code
Luke Kanies
2009-02-19
1
-12
/
+13
*
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
[prev]
[next]