0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Apr 25, 2023 — Apr 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
charset-table: add another UTF8 alias ("UTF-8") More... about 17 years ago
include payload if available More... over 17 years ago
- deal with missing or retransmitted first packet - include last received PSN in negative ack More... over 17 years ago
More changes... More... over 17 years ago
CWTPInitiator: Deal with missing segments (by sending a Negative Ack) More... over 17 years ago
CWTPNack: WTP Negative Acknowledgement More... over 17 years ago
CWTPAbort.toString() convert abortReason code to a string More... over 17 years ago
Fixed some trivial stuff that Eclipse complained about More... over 17 years ago
* X-WAP-Application-ID decoding fixed * Push-Flag decoding added More... over 17 years ago
more changes... More... over 17 years ago
simple shell script to build IANA charset property file More... over 17 years ago
IANA character-set-list updated, aliases now included More... over 17 years ago
support for multiple names per key (aliases) added More... over 17 years ago
decoding of X-WAP-Application-ID, X-WAP-Content-URI and X-WAP-Initiator-URI added More... over 17 years ago
uintVar fixed clarified... More... over 17 years ago
wsp.header.Encoding.uintVar() fixed for signed integers (Bug #1511799) More... over 17 years ago
WTP PDU logging More... over 17 years ago
WTP PDU classes: Unified toString() methods (including hexdump of payload), main methods removed More... over 17 years ago
WTP Initiator: Log incoming PDU's if debug logging is enabled More... over 17 years ago
maven project.xml: CVS URLs fixed More... over 17 years ago
date fixed More... over 17 years ago
WAPClient: user-agent support More... over 17 years ago
Utils: New method for converting an int into base 16 string representation with leading "0x" and padding with zero More... over 17 years ago
WAPClient#main(): Use the user-agent passed on the command-line More... over 17 years ago
*** empty log message *** More... over 18 years ago
segment number(PSN) is 8 bits wide, so don't truncate it to 7 bits. This fixes reception of segmented SDUs with a segment count > 127 More... over 18 years ago
- set client- and server SDU size to 512K (which happens to be the maximum value we can receive: 256 segments * 2K) - main method removed More... over 18 years ago
new method getSessionID() More... over 18 years ago
writeUintVar fixed (did not work with large values) More... over 18 years ago
Increase receive datagram buffer size to 2K (was 1400). This is workaround that prevents corrupted data if a fragment exceeds 1400 octets. More... over 18 years ago