1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
sniffer.c: print seconds.useconds rather than hours, minutes, seconds
e
More... 6 months ago
arems.c: corrected one obvious memory leak
e
More... 6 months ago
keys.c: avoided potential memory error
e
More... 6 months ago
util.h/c: added trim_file_name, added ENOBUFS to the errors that are not unusual in unusual_sendto_error
edo
More... almost 2 years ago
configfiles.c: removed some print statements
edo
More... about 2 years ago
configfiles.c: cleared up a race condition in init_global_root
edo
More... about 2 years ago
MessageBubble.java: removed the instance variable sanitizedText, which was never used
edo
More... about 2 years ago
sockets.c: added error messages to try to debug a problem on windows
edo
More... about 2 years ago
CoreConnect.java: minor formatting change
edo
More... over 2 years ago
astart.c, app_util.c, gui_callback.c: modified some existing print statements to add timestamps
edo
More... over 2 years ago
util.h/c: added allnet_timestamp
edo
More... over 2 years ago
xcommon.c: handle_data no longer prints 'unknown app' for arems data
edo
More... over 2 years ago
ConversationPanel.java: fixed a mis-spelling in the path of the send_not_newline file
edo
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
edo
More... over 2 years ago
keyd.c: removed an unused #define
edo
More... over 2 years ago
allnet_log.c: support the log file in ~/.allnet or in ~/.config/allnet
edo
More... over 2 years ago
test_saved_keys: look for the config files in either ~/.allnet or ~/.config/allnet
edo
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
edo
More... over 2 years ago
util.h/c: added dir_exists
edo
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
edo
More... over 2 years ago
release-steps: make LDFLAGS=-all-static, added a comment about java 8 for windows 10, updated the iOS instructions
edo
More... over 2 years ago
pcache.c: changed an error message
edo
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)
edo
More... over 2 years ago
adht.c: commented out a print statement
edo
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
edo
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
edo
More... almost 3 years ago
UI.java: reformatted one statement
edo
More... almost 3 years ago
configure.ac, NEWS: bumped version number to 3.3.2
edo
More... almost 3 years ago
precompiled AllNetUI.jar, in preparation for release 3.3.2
edo
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
edo
More... almost 3 years ago