FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for simpleclient_httpserver/src - archana-agrawal/client_java · GitHub
archana-agrawal
/
client_java
Public
forked from
prometheus/client_java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
client_java
simpleclient_httpserver
src
on
main
User selector
Datepicker
Commit history
Commits on Jul 22, 2022
Fix HTTPServer's default ExecutorService
fstab
committed
1966186
View commit details
Copy full SHA for 1966186
View code at this point
Browse repository at this point
Commits on May 19, 2022
Reduce number of core threads in HTTPServer to one
Show description for 2f31b96
fstab
committed
2f31b96
View commit details
Copy full SHA for 2f31b96
View code at this point
Browse repository at this point
Commits on May 4, 2022
Added code to HTTPServer.Builder to use ExecutorService
Show description for c61d2eb
dhoard
authored and
fstab
committed
c61d2eb
View commit details
Copy full SHA for c61d2eb
View code at this point
Browse repository at this point
Commits on Dec 22, 2021
Changes to HTTPServer and HTTPMetricHandler to resolve getting Content-Length=0 when Transfer-Encoding=chunked. Refactored test classes for easier/cleaner testing.
Show description for ec6def4
dhoard
authored and
fstab
committed
ec6def4
View commit details
Copy full SHA for ec6def4
View code at this point
Browse repository at this point
Commits on Dec 19, 2021
Added missing @Test annotation
Show description for 715aaa3
dhoard
authored and
fstab
committed
715aaa3
View commit details
Copy full SHA for 715aaa3
View code at this point
Browse repository at this point
Commits on Dec 18, 2021
Added cleaner SSL support to HTTPServer
Show description for d30ddee
dhoard
authored and
fstab
committed
d30ddee
View commit details
Copy full SHA for d30ddee
View code at this point
Browse repository at this point
Commits on Nov 29, 2021
Make HTTPMetricHandler constructors public (#722)
Show description for 48c18e5
dhoard
authored
48c18e5
View commit details
Copy full SHA for 48c18e5
View code at this point
Browse repository at this point
Commits on Sep 11, 2021
Added code to correctly handle HEAD request (#688)
Show description for a125fc3
dhoard
authored
a125fc3
View commit details
Copy full SHA for a125fc3
View code at this point
Browse repository at this point
Commits on Aug 29, 2021
Added HTTP authentication to HTTPServer (#682)
Show description for 5655d1f
dhoard
authored
5655d1f
View commit details
Copy full SHA for 5655d1f
View code at this point
Browse repository at this point
Commits on Aug 26, 2021
Add a sample name filter for in-/excluding metrics by name or name prefix (#680)
Show description for e68daf2
fstab
authored
e68daf2
View commit details
Copy full SHA for e68daf2
View code at this point
Browse repository at this point
Commits on May 26, 2021
Make HTTPMetricHandler class public
Show description for 7c2fc3e
bernd
authored and
fstab
committed
7c2fc3e
View commit details
Copy full SHA for 7c2fc3e
View code at this point
Browse repository at this point
Commits on Mar 19, 2021
Set HTTPServer request/response timeouts (#643)
Show description for 29dfd0a
Per Lundberg
authored
29dfd0a
View commit details
Copy full SHA for 29dfd0a
View code at this point
Browse repository at this point
Commits on Jan 18, 2021
Make jvm_info use an Info. UNTYPED -> UNKNOWN.
Show description for 784db17
brian-brazil
committed
784db17
View commit details
Copy full SHA for 784db17
View code at this point
Browse repository at this point
Get all the http servers working with OM.
Show description for d4f32a2
brian-brazil
committed
d4f32a2
View commit details
Copy full SHA for d4f32a2
View code at this point
Browse repository at this point
Get basic OM rendering working with HttpServer.
Show description for 6847f9f
brian-brazil
committed
6847f9f
View commit details
Copy full SHA for 6847f9f
View code at this point
Browse repository at this point
Commits on Oct 15, 2020
Make sure GZIPOutputStream is always closed (#598)
Show description for 4618df7
turbanoff
authored
4618df7
View commit details
Copy full SHA for 4618df7
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
signing off (#567)
Show description for c41bef4
eas5
authored
c41bef4
View commit details
Copy full SHA for c41bef4
View code at this point
Browse repository at this point
Commits on Aug 11, 2020
Specify the charset of HTTPServer response (#564)
Show description for 01e1e9e
joaopdelboni
authored
01e1e9e
View commit details
Copy full SHA for 01e1e9e
View code at this point
Browse repository at this point
Commits on Feb 28, 2020
Added health check api to the client. (#534)
Show description for c3dc1f2
bristy
authored
c3dc1f2
View commit details
Copy full SHA for c3dc1f2
View code at this point
Browse repository at this point
Commits on Apr 24, 2019
Allow a specific HttpServer to be specified, so HttpsServer could be used (#470) (#471)
Show description for 4e0e752
thecoop
authored and
brian-brazil
committed
4e0e752
View commit details
Copy full SHA for 4e0e752
View code at this point
Browse repository at this point
Commits on Jan 13, 2019
Set thread names in HTTPServer (#456)
Show description for 923d23e
snago
authored and
brian-brazil
committed
923d23e
View commit details
Copy full SHA for 923d23e
View code at this point
Browse repository at this point
Commits on Sep 21, 2018
GZIPOutputStream won't close, may cause native memory leak (#426)
Show description for af39ca9
visionsky1986
authored and
brian-brazil
committed
af39ca9
View commit details
Copy full SHA for af39ca9
View code at this point
Browse repository at this point
Commits on Aug 22, 2018
Add port public getter in HTTPServer (#414)
Show description for 1062bad
kovalevm
authored and
brian-brazil
committed
1062bad
View commit details
Copy full SHA for 1062bad
View code at this point
Browse repository at this point
Commits on Aug 21, 2018
Fix HTTP header content-length when using compression (#413)
Show description for 937a9bf
LucasBoisserie
authored and
brian-brazil
committed
937a9bf
View commit details
Copy full SHA for 937a9bf
View code at this point
Browse repository at this point
Commits on Oct 18, 2017
Adding ability to control whether the httpserver is a daemon thread (#300)
r1-docker
authored and
brian-brazil
committed
d6ea880
View commit details
Copy full SHA for d6ea880
View code at this point
Browse repository at this point
Commits on Oct 16, 2017
Shutdown executor service to avoid non-daemon threads potentially blocking exiting JVMs. (#303)
marcelmay
authored and
brian-brazil
committed
4f64a6c
View commit details
Copy full SHA for 4f64a6c
View code at this point
Browse repository at this point
Commits on Sep 13, 2017
HTTP Server: Add support for Gzip Compression + Reuse ByteArray (#291)
erebe
authored and
brian-brazil
committed
f195003
View commit details
Copy full SHA for f195003
View code at this point
Browse repository at this point
Commits on Jul 13, 2017
Add unittest for HTTPServe
brian-brazil
committed
3caeaad
View commit details
Copy full SHA for 3caeaad
View code at this point
Browse repository at this point
Add a Httpserver (#276)
Show description for aca30e6
brian-brazil
authored
aca30e6
View commit details
Copy full SHA for aca30e6
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL