0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add comment for new Service.login() logic More... over 10 years ago
Make Service.login() noop if cookie(s) set, but no username/password More... over 10 years ago
Merge branch 'feature/cookie-auth' into develop More... over 10 years ago
Fixing some style More... over 10 years ago
Index test now fully functional More... over 10 years ago
Use TLSv1 in tests regardless of Java version More... over 10 years ago
Use TLSv1 in tests regardless of Java version More... over 10 years ago
Merge branch 'bug/Job.isDone' into develop More... over 10 years ago
Really make sure that Job.isDone() More... over 10 years ago
Really make sure that Job.isDone() More... over 10 years ago
Make sure Job.isDone() refreshes the Job if it's not done. More... over 10 years ago
Make sure Job.isDone() refreshes the Job if it's not done. More... over 10 years ago
Adding an index test for cookies More... over 10 years ago
Renaming cookieString to cookieStringBuilder for clarity More... over 10 years ago
Woops, added an extra new line More... over 10 years ago
Using StringBuilder better in cookie store and receiver More... over 10 years ago
Updated cookie tests and added cookies to Reciever.java, created RecieverTest.java to test Reciever More... over 10 years ago
Adding more tests, making calls more clear More... over 10 years ago
Fixed old tests, added more tests More... over 10 years ago
First two cookie tests More... over 10 years ago
Adding getters and setters for cookies, also not using CookieStore as it was causing problems with duplicate cookies More... over 10 years ago
No longer parsing my own cookies, simpleCookieStore much improved More... over 10 years ago
Created SimpleCookieStore.java to handle cookies as dealing with CookieManager across multiple domains was not working well, cookies handled by HttpService More... over 10 years ago
Some prints for debugging More... over 10 years ago
Cookies now requested, saved, updated, and sent. If cookie is present, token will not be sent More... over 10 years ago
Add contributing guidelines More... almost 11 years ago
Merge pull request #76 from VampKyivUA/httpexception-message More... almost 11 years ago
- Test refactoring More... almost 11 years ago
- Added silent option to Xml.parse() to prevent logging of parsing errors to stderr More... almost 11 years ago
- Added test for string response More... almost 11 years ago