Harshavardhana
|
8e3d48bf35
|
Use UTC() everywhere
ref - https://github.com/golang/go/issues/1988, no standard function to set timeZone
|
2015-04-30 19:38:32 -07:00 |
Frederick F. Kautz IV
|
f2257a643c
|
Critical sections are now protected by lock
|
2015-04-27 19:59:58 -07:00 |
Harshavardhana
|
605edbc307
|
Add some logging with debug
|
2015-04-27 19:26:24 -07:00 |
Harshavardhana
|
2d96d5ad57
|
Enhance error responses for request limit and bring some code from api errors
~~~
mc: <ERROR> Failed to create bucket for URL [http://localhost:9000/newbucket-101]. Reason: [Reduce your request rate.].
~~~
Client sees proper errors now.
|
2015-04-26 22:10:59 -07:00 |
Frederick F. Kautz IV
|
9431a54a27
|
finish me
|
2015-04-26 19:25:48 -07:00 |
Frederick F. Kautz IV
|
7867ee89fa
|
Bandwidth quotas now work on data returned from server
|
2015-04-26 15:49:55 -07:00 |
Frederick F. Kautz IV
|
e2403cbc56
|
Quotas are more accurate, occur on Read()
|
2015-04-26 15:07:57 -07:00 |
Frederick F. Kautz IV
|
bbb493080f
|
Switching back to BigEndian
|
2015-04-25 18:16:21 -07:00 |
Frederick F. Kautz IV
|
3a48f9fe4d
|
Adding quotas based upon type
|
2015-04-25 18:07:02 -07:00 |
Harshavardhana
|
b75f46aaa0
|
Use standard functions to achieve byteorder converstion
|
2015-04-25 13:18:15 -07:00 |
Frederick F. Kautz IV
|
e2475925ea
|
quota handlers now log against ip properly against a duration
|
2015-04-24 20:49:33 -07:00 |