sniffer.c: print seconds.useconds rather than hours, minutes, seconds |
|
More...
|
6 months ago
|
arems.c: corrected one obvious memory leak |
|
More...
|
6 months ago
|
keys.c: avoided potential memory error |
|
More...
|
6 months ago
|
util.h/c: added trim_file_name, added ENOBUFS to the errors that are not unusual in unusual_sendto_error |
|
More...
|
almost 2 years ago
|
configfiles.c: removed some print statements |
|
More...
|
about 2 years ago
|
configfiles.c: cleared up a race condition in init_global_root |
|
More...
|
about 2 years ago
|
MessageBubble.java: removed the instance variable sanitizedText, which was never used |
|
More...
|
about 2 years ago
|
sockets.c: added error messages to try to debug a problem on windows |
|
More...
|
about 2 years ago
|
CoreConnect.java: minor formatting change |
|
More...
|
over 2 years ago
|
astart.c, app_util.c, gui_callback.c: modified some existing print statements to add timestamps |
|
More...
|
over 2 years ago
|
util.h/c: added allnet_timestamp |
|
More...
|
over 2 years ago
|
xcommon.c: handle_data no longer prints 'unknown app' for arems data |
|
More...
|
over 2 years ago
|
ConversationPanel.java: fixed a mis-spelling in the path of the send_not_newline file |
|
More...
|
over 2 years ago
|
astart.c, message.h/c, store.c, keys.c, pcache.c, routing.h/c, arems.c: fixed comments and print statements that referred to ~/.allnet to also refer to ~/.config/allnet |
|
More...
|
over 2 years ago
|
keyd.c: removed an unused #define |
|
More...
|
over 2 years ago
|
allnet_log.c: support the log file in ~/.allnet or in ~/.config/allnet |
|
More...
|
over 2 years ago
|
test_saved_keys: look for the config files in either ~/.allnet or ~/.config/allnet |
|
More...
|
over 2 years ago
|
configfiles.h/c: added config_dir_name, and more importantly, revised init_global_root to favor ~/.config/allnet rather than ~/.allnet, but still use ~/.allnet if it exists |
|
More...
|
over 2 years ago
|
util.h/c: added dir_exists |
|
More...
|
over 2 years ago
|
ConversationPanel.java, MyFrame.java: try to use either ~/.allnet or ~/.config/allnet, whichever works. Also, in MyFrame.java, only save the location if it has changed |
|
More...
|
over 2 years ago
|
release-steps: make LDFLAGS=-all-static, added a comment about java 8 for windows 10, updated the iOS instructions |
|
More...
|
over 2 years ago
|
pcache.c: changed an error message |
|
More...
|
over 2 years ago
|
ad.c: do not print when unable to open the v6 socket (usually because the v4 socket is already open) |
|
More...
|
over 2 years ago
|
adht.c: commented out a print statement |
|
More...
|
over 2 years ago
|
UIController.java: removed from setContactsPanel the initialization of the contacts panel, since the same code is in initializationComplete and only one is needed |
|
More...
|
almost 3 years ago
|
Conversation.java, ContactComparator.java: sort messages by most recent message sent or received, not by most recent message received. Added getLastMessageTime in Conversation.java and modified the comparator |
|
More...
|
almost 3 years ago
|
UI.java: reformatted one statement |
|
More...
|
almost 3 years ago
|
configure.ac, NEWS: bumped version number to 3.3.2 |
|
More...
|
almost 3 years ago
|
precompiled AllNetUI.jar, in preparation for release 3.3.2 |
|
More...
|
almost 3 years ago
|
keys.c: reorganized the code to remove the redundant data structure cpx and instead use the names in kip[*].contact_name |
|
More...
|
almost 3 years ago
|