1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jul 31, 2024 — Jul 31, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
app_util.c, keys.c, sockets.c: source code files were executable, made them non-executable
edo
More... about 3 years ago
mgmt/trace.c: added optional port number to allow use on the testnet
edo
More... about 3 years ago
request.c and mgmt/Makefile.am: renamed allnet-data-request to allnet-data-test and added optional commandline parameters to allow running on the testnet
edo
More... about 3 years ago
astart.c, adht.c, routing.c: removed warnings about assigning longs to int variables
edo
More... about 3 years ago
atcpd.c: added adjust_dht_packet to modify outgoing DHT packets to no longer have localhost as the outgoing address
edo
More... about 3 years ago
ai.h/c: addedthe option of addr_size 0 to sockaddr_to_ia to say we don't care about checking the address size
edo
More... over 3 years ago
routing.c: only print the first five insane dht packets we get
edo
More... over 3 years ago
app_util.c: defining SKIP_RSA_COMPILATION allows compilation without linking to the RSA code
edo
More... over 3 years ago
xcommon.c: moved a print statement into #ifdef DEBUG_FOR_DEVELOPER
edo
More... over 3 years ago
configfiles.h/c: added write_config_file and append_config_file, calling write_file and append_file in util
edo
More... over 3 years ago
pcache.c pcache_message_id: check that the message ID actually exists before using it
edo
More... over 3 years ago
ad.c message_priority: return low priority for packets that have invalid signatures
edo
More... over 3 years ago
xcommon.c: add 1-week expiration to key exchanges (1 hour for 1-hop exchanges)
edo
More... over 3 years ago
util.c: added to is_valid_message checking that the sig leaves room for data, committed checking that data requests must have DO_NOT_CACHE, and is_valid_message was declared as extern, removed the word extern
edo
More... over 3 years ago
configfiles.h/c: added read_config_file_malloc
edo
More... over 3 years ago
routing.c: improved a print message
edo
More... over 3 years ago
util.c: when printing the number of bytes in a payload, also print a checksum to help distinguish different payloads
edo
More... over 3 years ago
xtime.c: minor changes, used writeb16 to write the signature size, calling compute_next always selects the next multiple of the interval, and only get the time of day if PRINT_OUTGOING_PACKETS is defined
edo
More... over 3 years ago
configfiles.c: simplified and hopefully improved selection of global home directory as (1) anything from set_home_directory, (2) anything in environment variable ALLNET_CONFIG, (3) the iOS root, if it exists, and (4) /home/esb/.allnet if HOME is defined, or (5) ~/.allnet
edo
More... over 3 years ago
xchat_term.c: renamed config file option from -d to -c, for uniformity with other programs. Also gave more accurate messages for printing incomplete key exchanges
edo
More... over 3 years ago
astart.c: changed a comment
edo
More... over 3 years ago
xcommon.c: if the path is not null, use it as the directory for the config files
edo
More... over 3 years ago
trace.c: added -c switch to set configuration directory
edo
More... over 3 years ago
xcommon.h/c: add an optional port number to xchat_init. Modified xchat_term to take a corresponding -p argument. Also modified gui_socket.c, xchatr/s.c to pass in the default 0
edo
More... over 3 years ago
app_util.h/c: added an additional parameter to connect_to_local so can specify optional port number. Modified all the user-facing apps accordingly: xcommon.c, trace_util.c, trace.c, sniffer.c, keyd.c, arems.c, request.c, allnet_radio.c, broadcast.c, xtime.c, subscribe.c
edo
More... over 3 years ago
latest src/gui/precompiled/AllNetUI.jar
edo
More... over 3 years ago
configure.ac: version 3.3.1
edo
More... over 3 years ago
routing.c: allow multiple ipv6 localhost (::1) addresses with different ports in routing_add_dht_locked, to support the simulator. Allow empty lines in the fixed_dht file, so we can specify the first 4 bits of the remote ID. Call save_peers at the end of sim_dns.
edo
More... over 3 years ago
configfiles.c: put the root in the directory, not the directory/.allnet
edo
More... over 3 years ago
mgmt.h: renamed addr_info to allnet_addr_info and internet_addr to allnet_internet_addr. ad.c, adht.h/c, ai.h/c, routing.h/c, sockets.h/c, util.c: adapted to this change
edo
More... over 3 years ago