Bala FA
|
1c97dcb10a
|
Add UTCNow() function. (#3931)
This patch adds UTCNow() function which returns current UTC time.
This is equivalent of UTCNow() == time.Now().UTC()
|
8 years ago |
Karthic Rao
|
efca29b00e
|
Fix typos and comments in leak_detect_test.go. (#3193)
|
8 years ago |
Karthic Rao
|
f7430ec09c
|
use runtime/debug.Stack() in leak detect test (#2757)
|
8 years ago |
Harshavardhana
|
113b93346b
|
lock: Make some cleanup and moving the code around. (#2718)
This patch just avoids lot of ifs and inverts some logic.
|
8 years ago |
Harshavardhana
|
bccf549463
|
server: Move all the top level files into cmd folder. (#2490)
This change brings a change which was done for the 'mc'
package to allow for clean repo and have a cleaner
github drop in experience.
|
8 years ago |
Harshavardhana
|
76d56c6ff2
|
typo: Fix typos across the codebase. (#2442)
|
8 years ago |
Harshavardhana
|
1f9e38e3cd
|
api: Add bucket notification util tests. (#2289)
|
8 years ago |
karthic rao
|
530ed67b59
|
Adding leak test framework (#2254)
|
8 years ago |