Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/tony19/logback-android
πThe reliable, generic, fast and flexible logging framework for Android
https://github.com/tony19/logback-android
7bfdf19d25ddfb3f49d3e5759704e2f30ab7f6b0 authored almost 12 years ago
Duh.
2dfa4683e02a95dfae37a3d4650ca9f829577755 authored almost 12 years agoe15a680ac203006a0102e7827c638828ac01cec5 authored almost 12 years ago
Duh.
c1ce66108099e2494e710dc5d47ca93882a830b4 authored almost 12 years agoLOGBACK-822: add ServerSocketAppenderBase and SSLServerSocketAppenderBase to core
ce038c12261a6815286a2bb4916a10e308c832e2 authored almost 12 years ago
These classes are all part of the implementation and should not be
visible outside of the package.
The ObjectInputStream reference (oos) was being closed without checking
to see if it was ever cr...
This was done to be consistent with the implementation in
ServerSocketAppenderBase, but isn't st...
This ensures that any clients that are blocked waiting to take the next
event from the queue wil...
This will allow the created ExecutorService to be shutdown in the
relevant stop method.
In the existing RemoteAppenderStreamClient, an InputStream obtained from
the underlying socket w...
f52a4684d6ba978c95aebbe1c1737cd69c7737cb authored almost 12 years ago
45b328434e16783204481fa15a1b878c7ae858ce authored almost 12 years ago
Implemented lifecyle and appender methods, and added unit tests and
supporting classes.
d870375940ec040ee88ea5b38c79b9005e5b2641 authored almost 12 years ago
30273b1b04a04719143ea5d6c167daa3aaf303c6 authored almost 12 years ago
3f8b5504082165fa8c94fcd4ba4243fc96f94882 authored almost 12 years ago
827aba17b6f905ac1695f4cd7661f584f5ee10b4 authored almost 12 years ago
Previously only the queue size was exposed. Having the queue itself
exposed for configuration m...
The stop method was iterating a copy of the collection. Since this is
exactly what accept(Clien...
7964d6e9246f3c4323724f3d0a21ea42582f5d3c authored almost 12 years ago
f5c38f2592256ed086df82b466be7a9a6c9d3521 authored almost 12 years ago
This method will allow a user of a ServerRunner to visit each of the
connected clients in order ...
5153e899d3cb0b5c11683163bdf6ede2f8780a89 authored almost 12 years ago
a5faeaac8618c52a21688a1e90957837d16cf86a authored almost 12 years ago
9fdfb7c27616106e7f6535cca0cb58a2f7a73d2e authored almost 12 years ago
98b665e5423de77794416309353edab994e0017f authored almost 12 years ago
When the ConcurrentServerRunner is moved to core, it cannot reference
directly the Logger and Lo...
The javadoc references to SocketRunner will cause an unwanted important
when this interface is m...
23c74f411ff79faa3f4bb4e0f984f6edaf8626b4 authored almost 12 years ago
The ServerListener was converted to use a type parameter for the Client
subtype. The Client int...
9ab2a7e63781e73f348f49834c511061c254d421 authored almost 12 years ago
39481b77adf5f371da95acb294cc86ce0e89a7cd authored almost 12 years ago
cbea8330b0a75027442c9b4edd684c2690053b4d authored almost 12 years ago
182150017b5c8561c74b27de2085dea4129ffd6a authored almost 12 years ago
LOGBACK-819: added support for a logging server that is configurable in logback.xml
27dd43418b4dc66f39c53cdf5777874d27c53135 authored almost 12 years ago11d86c479259625ad53a5cc3998bdfd7d08aa76b authored almost 12 years ago
d4cc902b52ac3c5e158985970909ded070d21e1d authored almost 12 years ago
In ConcurrentServerRunner, after the LoggingContext is resolved,
informational and error message...
dc7207faf12789e7bba9dca4b40c32a636abdd1b authored almost 12 years ago
The references replaced should have been referring to the interface,
not the concrete implementa...
More SSL unit tests.
07caac2a042c78af3d666a3b55997e7cc88bc0d8 authored almost 12 years agoc88a4b249cf383de05d4f295774648467f781bac authored almost 12 years ago
Notice during copy and paste testing of the examples.
2c4ea4f71afdc3d3b59301647e4d2af1a6738261 authored almost 12 years ago4b1ea4d3759f45c6aeb83076d590fb131ed855e7 authored almost 12 years ago
652bbcc4b55b7947c92879c3e42bd7382fe23619 authored almost 12 years ago
61aacaeace9071ef8c4d28f5d5e75b43264d3853 authored almost 12 years ago
This is for consistency with the JDK documentation and system properties.
3e13664c5e308fa0a36c3435ddab53bbbc662d7d authored almost 12 years agof47b8dda01d89773401448f9a5d016bb9cfca36e authored almost 12 years ago
ddd60634319ded93e1584d2152bb700c9d27465e authored almost 12 years ago
50fd2114d777c614375863230b4f6eb223821dfd authored almost 12 years ago
027342577e599032649b16103e93a8e891c17b79 authored almost 12 years ago
Support attribute "optional" in include element to prevent errors on
inclusion of non-existent f...
60d0fe9a258f8cf01f35f5e463a7bb0079700f16 authored almost 12 years ago
400b4d6dab796514a41c61431650523d246340aa authored almost 12 years ago
These edits integrate the documentation for SSLSocketAppender with
SocketAppender, taking advant...
6be188ac67a9754405cafb5496afc8028604ad0f authored almost 12 years ago
ff6720d0ddf17e5fb8466380c4fb67c5df4da0d7 authored almost 12 years ago
d7e7a93920d713cbddf26f496cd483f8732764e8 authored almost 12 years ago
This should make it easier to diagnose SSL negotiation problems, in
particular.
3a8a2a47c059ad956f4695e5d8cd7955360dba34 authored almost 12 years ago
The DEFAULT_PORT defined in SocketAppenderBase needed a public modifier
to allow it to be refere...
5ac602d4b625fb033c140a7407c1ed9d878d0686 authored almost 12 years ago
871a04a84d4e8a704f1385caa027456489ed377d authored almost 12 years ago
If the appender configuration did not specify an SSL configuration, an
NPE would occur in method...
544c8c472721a431ad5565a12e34658d86d27fa3 authored almost 12 years ago
The SSLSocketServer now allows an "ssl" element of type
SSLConfiguration.
Modified DefaultNestedComponentRules to include rules for SocketServer.
f4bcf84d0a8c47a57aa5e85c5449aee281fa96a1 authored almost 12 years ago
This commit allows a SocketServer to be configured in a Joran
configuration file.
This commit includes the server class itself, along with unit tests.
75e06846e1859de385a6480751577c105e05b1be authored almost 12 years ago
This commit includes the SocketServer, supporting classes, unit tests,
and a functional test for...
2c15bc5b25763170086d1cd849f76797eec367d7 authored almost 12 years ago
55348f39ae7ac3da776edec38d297ed47a0936d4 authored almost 12 years ago
f307b602d5c05214056a1634ddb977a957b76f70 authored almost 12 years ago
This behavior is now documented for the method and validated with
a unit test.
e3d91e83a557ebe05464f108f965b00e0b3ab217 authored almost 12 years ago
LOGBACK-818: support for SSL-enabled socket appender and server
9933cd1cf0008d41efaa51a96b410fa4f04b7fd8 authored almost 12 years agoc99078fcf7a7aede45434a110a0e6229e1fae05b authored almost 12 years ago
82fe92567c7cad6ce5f1b4ace4673037e0b3a1cf authored almost 12 years ago
LOGBACK-796 RollingFileAppender should have error when File matches FileNamePattern
f572714196a90125eb5d6773f1d529aa3e279d46 authored almost 12 years agobd4e72c8485981b7bef822dcc2c9e05a6737170a authored almost 12 years ago
This commit modifies appenders.html to include information about
SSLSocketAppender, and adds a u...
This commit adds the new appender and modifies the JoranConfigurator
to include rules for SSL co...
This commit adds the new server and modifies SimpleSocketServer so
that its startup logic can al...
This commit adds the new appender and modifies the
DefaultNestedComponent rules to include rules...
In addition to the new base appender, this commit includes several
supporting classes that are u...
added another hsqldb file to gitignore
b4e996d4bda562652cef7d7dae2ca30f8675b01f authored almost 12 years ago8d21836340cf85f78ac59eb39828a7014a58820c authored almost 12 years ago
fc8ae4f7c732b2bdf94d1196786fc329bc43a5b2 authored almost 12 years ago
1c49781bf9edb9e98303c13d341265e09355db0e authored almost 12 years ago
281551b037fba6ae59f3fda8857193c1777c403a authored almost 12 years ago
d41b804b270ed31a3f2338b2218d51fdc306fa2e authored almost 12 years ago
28a154ddf8441efdac7be8327e7bb16511580294 authored almost 12 years ago
77454005c4df08d940bbfe4c47fd2673189a9f5e authored almost 12 years ago
Previously, error messages could be printed multiple times, which was
caused by allowing multipl...
940234e77d22b170d3d5050e163e6a3131fad7fa authored almost 12 years ago
removed remaining call to new Socket() in reconnect (LOGBACK-815)
91a27b0ff0919207fdab79ce8752cbdb7b59559f authored almost 12 years agoMissed one in previous commit.
6df2b1fe7b4cd839413ef766eaddc93d6671c504 authored almost 12 years agoThe unused variables and methods in PackagingDataCalculator are now deleted.
LBANDROID-6
b18d876bd0fc4a1cf2974cb4b6c5a35206253fe1 authored almost 12 years ago
This change deletes the fileHeader and fileFooter fields from EchoEncoder.
They were not written...