Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-22 | Implement Pretrace commands | Anton Tananaev | |
2018-06-18 | Decode JT600 status flags | Anton Tananaev | |
2018-06-16 | Merge pull request #3937 from Abyss777/fix_overspeed_geofence | Anton Tananaev | |
Fix OverspeedEventHandler with new device | |||
2018-06-15 | Fix OverspeedEventHandler with new device | Abyss777 | |
2018-06-14 | Release allocated buffer | Anton Tananaev | |
2018-06-14 | Catch request exceptions (fix #3905) | Anton Tananaev | |
2018-06-13 | Decode Concox AT4 battery voltage | Anton Tananaev | |
2018-06-13 | Save Totem status info | Anton Tananaev | |
2018-06-12 | Revert port change | Anton Tananaev | |
2018-06-12 | Migrate new protocols | Anton Tananaev | |
2018-06-12 | Merge branch 'master' into netty4 | Anton Tananaev | |
# Conflicts: # src/org/traccar/protocol/AquilaProtocolDecoder.java # src/org/traccar/protocol/L100FrameDecoder.java | |||
2018-06-11 | Implement Freematics UDP protocol | Anton Tananaev | |
2018-06-11 | Implement eSeal commands | Anton Tananaev | |
2018-06-11 | Implement Atlanta OBD protocol | Anton Tananaev | |
2018-06-10 | Change password config key | Anton Tananaev | |
2018-06-10 | Merge pull request #3926 from jstride/patch-1 | Anton Tananaev | |
Update WebDataHandler.java | |||
2018-06-10 | Update WebDataHandler.java | Jake Stride | |
Added accuracy as an additional parameter that can be passed to url forward | |||
2018-06-10 | Handle buffers reference count | Anton Tananaev | |
2018-06-10 | Support eSeal button normal | Anton Tananaev | |
2018-06-09 | Implement eSeal CT-C protocol | Anton Tananaev | |
2018-06-09 | Fix Wondex ref counting issue | Anton Tananaev | |
2018-06-09 | Fix some issues | Anton Tananaev | |
2018-06-09 | Mark reference counting to fix | Anton Tananaev | |
2018-06-09 | Fix various issues | Anton Tananaev | |
2018-06-09 | Use slices instead of new buffers | Anton Tananaev | |
2018-06-09 | Release incoming reference counted objects | Anton Tananaev | |
2018-06-09 | Small formatting updates | Anton Tananaev | |
2018-06-09 | Improve buffer util | Anton Tananaev | |
2018-06-09 | Update missed write calls | Anton Tananaev | |
2018-06-09 | Fix code style issue | Anton Tananaev | |
2018-06-09 | Migrate remaining protocols | Anton Tananaev | |
2018-06-09 | Move response to the top | Anton Tananaev | |
2018-06-09 | Merge pull request #3921 from Abyss777/netty4_tz-tl | Anton Tananaev | |
Migrate part of T protocols | |||
2018-06-08 | Migrate part of T protocols | Abyss777 | |
2018-06-08 | Migrate R and S protocols | Anton Tananaev | |
2018-06-08 | Migrate O and P protocols | Anton Tananaev | |
2018-06-08 | Merge pull request #3920 from traccar/remove-http-client | Anton Tananaev | |
Remove async HTTP client dependency | |||
2018-06-08 | Merge pull request #3919 from Abyss777/tables_rename | Anton Tananaev | |
Rename all tables to avoid using reserved words | |||
2018-06-08 | Update Database tests | Abyss777 | |
2018-06-08 | Rename all tables to avoid using reserved words | Abyss777 | |
2018-06-08 | Clean up Svias decoder | Anton Tananaev | |
2018-06-08 | Fix GPS103 course decoding | Anton Tananaev | |
2018-06-08 | Merge pull request #3900 from michaelloliveira/master | Anton Tananaev | |
Add Vias 700 Protocol Encoder and Decoder | |||
2018-06-08 | Migrate L, M, N protocols | Anton Tananaev | |
2018-06-07 | Merge pull request #3917 from Abyss777/netty4_uv | Anton Tananaev | |
Migrate U,V protocols | |||
2018-06-07 | Migrate U,V protocols | Abyss777 | |
2018-06-07 | Migrate H, I, J, K protocols | Anton Tananaev | |
2018-06-07 | Migrate G protocols | Anton Tananaev | |
2018-06-06 | Merge pull request #3913 from Abyss777/netty4_yxw | Anton Tananaev | |
Migrate Y, X, W protocols | |||
2018-06-06 | - Migrate X,Y,W protocols | Abyss777 | |
- Add BufferUtil helper class |