index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
httpserver.cpp
Age
Commit message (
Expand
)
Author
2016-08-26
Merge #8109: Do not shadow member variables
Pieter Wuille
2016-08-12
net: fixup nits
Cory Fields
2016-08-04
net: Have LookupNumeric return a CService directly
Cory Fields
2016-07-31
Do not shadow member variables
Pavel Janík
2016-07-31
net: Split resolving out of CSubNet
Cory Fields
2016-07-31
net: Split resolving out of CService
Cory Fields
2016-07-28
httpserver: replace boost threads with std
Cory Fields
2016-07-28
httpserver: explicitly detach worker threads
Cory Fields
2016-07-28
httpserver: use a future rather than relying on boost's try_join_for
Cory Fields
2016-05-05
http: use std::move to move HTTPRequest into HTTPWorkItem
Wladimir J. van der Laan
2016-05-05
http: Change boost::scoped_ptr to std::unique_ptr in HTTPRequest
Wladimir J. van der Laan
2016-05-05
http: Add log message when work queue is full
Wladimir J. van der Laan
2016-05-05
http: Do a pending c++11 simplification
Wladimir J. van der Laan
2016-04-28
auto_ptr → unique_ptr
Wladimir J. van der Laan
2016-01-21
move rpc* to rpc/
Daniel Cousens
2015-11-20
http: add Boost 1.49 compatibility
Wladimir J. van der Laan
2015-11-16
Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN.
Gregory Maxwell
2015-11-13
http: speed up shutdown
Wladimir J. van der Laan
2015-10-20
http: Restrict maximum size of request line + headers
Wladimir J. van der Laan
2015-09-28
http: Force-exit event loop after predefined time
Wladimir J. van der Laan
2015-09-28
http: Wait for worker threads to exit
Wladimir J. van der Laan
2015-09-28
Make HTTP server shutdown more graceful
Wladimir J. van der Laan
2015-09-21
rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout
Wladimir J. van der Laan
2015-09-21
http: Disable libevent debug logging, if not explicitly enabled
Wladimir J. van der Laan
2015-09-04
[TRIVIAL] Fix typo: exactmath -> exactmatch
paveljanik
2015-09-03
Fix race condition between starting HTTP server thread and setting EventBase()
Wladimir J. van der Laan
2015-09-03
Document options for new HTTP/RPC server in --help
Wladimir J. van der Laan
2015-09-03
Implement RPCTimerHandler for Qt RPC console
Wladimir J. van der Laan
2015-09-03
evhttpd implementation
Wladimir J. van der Laan