FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - ari4java/ari4java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ari4java
/
ari4java
Public
Notifications
You must be signed in to change notification settings
Fork
66
Star
108
Code
Issues
6
Pull requests
1
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
ari4java
src
on
master
User selector
Datepicker
Commit history
Commits on Jan 26, 2026
spotbug corrections
grahambrown11
committed
136b3ed
View commit details
Copy full SHA for 136b3ed
View code at this point
Browse repository at this point
Library updates
grahambrown11
committed
28d6d81
View commit details
Copy full SHA for 28d6d81
View code at this point
Browse repository at this point
Commits on Nov 10, 2025
Merge branch 'master' into gb-wip
grahambrown11
committed
1348a87
View commit details
Copy full SHA for 1348a87
View code at this point
Browse repository at this point
Commits on May 15, 2024
reconnectCount should never be -1 to prevent indexOutofboundExceptions
stijn.vandenbussche
committed
7b12ad3
View commit details
Copy full SHA for 7b12ad3
View code at this point
Browse repository at this point
Commits on May 7, 2024
reconnectCount should only be -1 when a shutdown is triggered. Otherwise, in some seldom situations, an array index out of bounds exception can be thrown when trying to reconnect upon first connect…
Show description for a6ce036
stijn.vandenbussche
committed
a6ce036
View commit details
Copy full SHA for a6ce036
View code at this point
Browse repository at this point
Commits on Aug 13, 2022
Implement connection pooling and change examples to use some async executions
grahambrown11
committed
c5db8bb
View commit details
Copy full SHA for c5db8bb
View code at this point
Browse repository at this point
Commits on Dec 29, 2021
sonarqube doesn't like multiple throws in the assertThrows area
grahambrown11
committed
6049781
View commit details
Copy full SHA for 6049781
View code at this point
Browse repository at this point
Commits on Dec 26, 2021
RTPStat map int to long for local_ssrc & remote_ssrc #180
grahambrown11
committed
d4dcbdd
View commit details
Copy full SHA for d4dcbdd
View code at this point
Browse repository at this point
update libraries and refactor tests to use JUnit 5
grahambrown11
committed
2aeade8
View commit details
Copy full SHA for 2aeade8
View code at this point
Browse repository at this point
Commits on Oct 24, 2021
mailbox was erroneously added before - it does not exist in 1.0.0
grahambrown11
committed
c9db6aa
View commit details
Copy full SHA for c9db6aa
View code at this point
Browse repository at this point
Commits on Aug 14, 2021
gradle updates & update APIs
grahambrown11
committed
2f84bf0
View commit details
Copy full SHA for 2f84bf0
View code at this point
Browse repository at this point
Commits on Mar 25, 2021
update Gradle to 6.8.3 and changes to get the project uploaded to oss.sonatype.org so it appears on MavenCentral
grahambrown11
committed
c7f3dad
View commit details
Copy full SHA for c7f3dad
View code at this point
Browse repository at this point
Commits on Oct 6, 2020
fixing some more `Code Smells` identified by SonarQube
grahambrown11
committed
1c7711b
View commit details
Copy full SHA for 1c7711b
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
fixing some `Code Smells` identified by SonarQube
grahambrown11
committed
2685e32
View commit details
Copy full SHA for 2685e32
View code at this point
Browse repository at this point
Commits on Jun 24, 2020
fixes #159 execute the shutdown immediately
grahambrown11
committed
b2379ab
View commit details
Copy full SHA for b2379ab
View code at this point
Browse repository at this point
Commits on Apr 11, 2020
expose the isWsConnected to ARI
grahambrown11
committed
3e111fd
View commit details
Copy full SHA for 3e111fd
View code at this point
Browse repository at this point
attempt to fix #159 ping timer executes when socket shutdown
Show description for 1407eea
grahambrown11
committed
1407eea
View commit details
Copy full SHA for 1407eea
View code at this point
Browse repository at this point
Commits on Apr 6, 2020
Merge remote-tracking branch 'upstream/master'
modrljin
committed
06d286b
View commit details
Copy full SHA for 06d286b
View code at this point
Browse repository at this point
Commits on Apr 4, 2020
fixes #156 connection check timout executed along with future cause
grahambrown11
committed
b5a66e4
View commit details
Copy full SHA for b5a66e4
View code at this point
Browse repository at this point
Commits on Apr 3, 2020
added max reconnect count, check for WS connection into NettyHttpClient
Show description for 9cfebaa
modrljin
committed
9cfebaa
View commit details
Copy full SHA for 9cfebaa
View code at this point
Browse repository at this point
Commits on Mar 22, 2020
addressing some issues identified on SonarQube
grahambrown11
committed
1505de7
View commit details
Copy full SHA for 1505de7
View code at this point
Browse repository at this point
Commits on Mar 21, 2020
fix copy paste error - check the correct variable
grahambrown11
committed
c1bc47e
View commit details
Copy full SHA for c1bc47e
View code at this point
Browse repository at this point
remove for spotbugs, still need it to get more test coverage...
grahambrown11
committed
97553ea
View commit details
Copy full SHA for 97553ea
View code at this point
Browse repository at this point
add @param javadocs
grahambrown11
committed
4f2a706
View commit details
Copy full SHA for 4f2a706
View code at this point
Browse repository at this point
#11 Refactoring for tests and some other tweaks
grahambrown11
committed
283d6b9
View commit details
Copy full SHA for 283d6b9
View code at this point
Browse repository at this point
Commits on Mar 4, 2020
add overview to JavaDocs and javadoc.io badge
grahambrown11
committed
1872a04
View commit details
Copy full SHA for 1872a04
View code at this point
Browse repository at this point
Commits on Feb 29, 2020
some code & javadoc cleanup, don't generate javadoc for generated implementations
grahambrown11
committed
b4a80da
View commit details
Copy full SHA for b4a80da
View code at this point
Browse repository at this point
Commits on Feb 25, 2020
If Url doesn't end with a slash add one (Fixes #150)
grahambrown11
committed
ca1ee7d
View commit details
Copy full SHA for ca1ee7d
View code at this point
Browse repository at this point
Commits on Feb 23, 2020
Move examples from tests to examples folder and make a gradle project so it's a fully fledged example
grahambrown11
committed
c03c411
View commit details
Copy full SHA for c03c411
View code at this point
Browse repository at this point
error handling logging and fixes
grahambrown11
committed
6fad154
View commit details
Copy full SHA for 6fad154
View code at this point
Browse repository at this point
Commits on Feb 22, 2020
fix aggregator issue
grahambrown11
committed
13b4708
View commit details
Copy full SHA for 13b4708
View code at this point
Browse repository at this point
logging and supply exception to avoid NPE
grahambrown11
committed
4ec04e1
View commit details
Copy full SHA for 4ec04e1
View code at this point
Browse repository at this point
Commits on Feb 21, 2020
Fixes #19
grahambrown11
committed
b1fcb3d
View commit details
Copy full SHA for b1fcb3d
View code at this point
Browse repository at this point
Commits on Feb 19, 2020
test cleanup
grahambrown11
committed
37ad238
View commit details
Copy full SHA for 37ad238
View code at this point
Browse repository at this point
HTTP Trace Logging
Show description for 0ce36aa
grahambrown11
committed
0ce36aa
View commit details
Copy full SHA for 0ce36aa
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL