Commit Graph

14 Commits

Author SHA1 Message Date
Jeff Hodges ef54dda46a add debug http server to services
Currently, the debug http server in every service contains just the
net/http/pprof handlers. This allows us to get CPU, blocking, and memory
profiling remotely.

Along the way, remove all the places we use http.DefaultServeMux (which
includes use of http.Handle and http.HandlerFunc) and use a NewServeMux
for each place.

Fixes #457
2015-07-14 01:28:18 -07:00
Jeff Hodges 79d9b52ad0 rename dbName to dbConnect
The configuration is actually a connection string, not a database name,
and it was a bit confusing.
2015-07-10 16:17:27 -07:00
J.C. Jones 41f5788c77 Correct most `go lint` warnings. (274 -> 5) 2015-06-16 22:18:28 -05:00
Tom Ritter 297ac32938 Remove unused variable
This doesn't seem to be used, but if it was, it has a typo.
2015-06-11 17:00:31 -05:00
J.C. Jones d1cf732422 Review updates 2015-06-05 15:42:25 -07:00
J.C. Jones a8b0e01c5a Finish initial version of OCSP Responder
- Correct the Database implementation to match current schema & GORP
- Add some debug logging
- Correct CA Key identification
- Move SQL Debugging into the Database object and file, so that things that don't use the Storage Authority can toggle it
2015-06-05 15:03:38 -07:00
Roland Shoemaker 8ad4358d30 Collect common values in config file 2015-06-03 17:41:27 +01:00
Richard Barnes c433da1a6f Properly updating this time 2015-05-30 12:09:06 -04:00
J.C. Jones 4518f0bf17 Migrate CADB to using GORP. 2015-05-28 23:11:03 -07:00
J.C. Jones 1008bd824d WIP on issue #202: OCSP Responder work 2015-05-28 23:11:03 -07:00
Jacob Hoffman-Andrews 6a60b4e4b0 Merge pull request #250 from letsencrypt/239-buildid
Issue #239 - Add a build ID method to WFE, and print Info on startup …
2015-05-28 16:08:20 -07:00
J.C. Jones 452d2bcc29 Fix copyright in OCSP Updater and Responder 2015-05-28 15:02:49 -07:00
J.C. Jones 8766edaa93 Issue #239 - Add a build ID method to WFE, and print Info on startup for all 2015-05-28 11:13:09 -07:00
Richard Barnes c4931286a5 First pass 2015-05-22 19:11:13 -04:00