index
:
discoin
1.10-archive
1.14-maint
1.14.4-dev
1.14.5-dev
1.17-dev
1.18-dev
1.21-dev
1.4-archive
1.6-archive
1.7-archive
1.8-archive
1.8-safemode
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
httpserver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
net: fixup nits
Cory Fields
2016-08-12
1
-1
/
+1
*
|
net: Have LookupNumeric return a CService directly
Cory Fields
2016-08-04
1
-1
/
+1
*
|
net: Split resolving out of CSubNet
Cory Fields
2016-07-31
1
-3
/
+8
*
|
net: Split resolving out of CService
Cory Fields
2016-07-31
1
-1
/
+1
|
/
*
httpserver: replace boost threads with std
Cory Fields
2016-07-28
1
-21
/
+18
*
httpserver: explicitly detach worker threads
Cory Fields
2016-07-28
1
-2
/
+4
*
httpserver: use a future rather than relying on boost's try_join_for
Cory Fields
2016-07-28
1
-8
/
+9
*
http: use std::move to move HTTPRequest into HTTPWorkItem
Wladimir J. van der Laan
2016-05-05
1
-3
/
+3
*
http: Change boost::scoped_ptr to std::unique_ptr in HTTPRequest
Wladimir J. van der Laan
2016-05-05
1
-2
/
+1
*
http: Add log message when work queue is full
Wladimir J. van der Laan
2016-05-05
1
-1
/
+3
*
http: Do a pending c++11 simplification
Wladimir J. van der Laan
2016-05-05
1
-11
/
+5
*
auto_ptr → unique_ptr
Wladimir J. van der Laan
2016-04-28
1
-2
/
+2
*
move rpc* to rpc/
Daniel Cousens
2016-01-21
1
-1
/
+1
*
http: add Boost 1.49 compatibility
Wladimir J. van der Laan
2015-11-20
1
-0
/
+4
*
Avoid a compile error on hosts with libevent too old for EVENT_LOG_WARN.
Gregory Maxwell
2015-11-16
1
-0
/
+4
*
http: speed up shutdown
Wladimir J. van der Laan
2015-11-13
1
-10
/
+20
*
http: Restrict maximum size of request line + headers
Wladimir J. van der Laan
2015-10-20
1
-0
/
+4
*
http: Force-exit event loop after predefined time
Wladimir J. van der Laan
2015-09-28
1
-0
/
+7
*
http: Wait for worker threads to exit
Wladimir J. van der Laan
2015-09-28
1
-3
/
+37
*
Make HTTP server shutdown more graceful
Wladimir J. van der Laan
2015-09-28
1
-6
/
+21
*
rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout
Wladimir J. van der Laan
2015-09-21
1
-1
/
+1
*
http: Disable libevent debug logging, if not explicitly enabled
Wladimir J. van der Laan
2015-09-21
1
-0
/
+19
*
[TRIVIAL] Fix typo: exactmath -> exactmatch
paveljanik
2015-09-04
1
-2
/
+2
*
Fix race condition between starting HTTP server thread and setting EventBase()
Wladimir J. van der Laan
2015-09-03
1
-8
/
+14
*
Document options for new HTTP/RPC server in --help
Wladimir J. van der Laan
2015-09-03
1
-3
/
+3
*
Implement RPCTimerHandler for Qt RPC console
Wladimir J. van der Laan
2015-09-03
1
-25
/
+8
*
evhttpd implementation
Wladimir J. van der Laan
2015-09-03
1
-0
/
+586
[prev]