ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x
r7386
File (rev) Last Change
 ../
tools/ 7329 (8 years ago) by michael: - Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers, we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and forever and use uintmax_t instead which has at least a 'standardized' conversion specifier associated with it.
src/ 7386 (8 years ago) by michael: - Remove artificial cap of minimum required size of the dh parameter file
modules/ 7383 (8 years ago) by michael: - m_stats.c whitespace changes
m4/ 7178 (8 years ago) by michael: - ax_arg_gnutls.m4: add simple 'checking' message
libltdl/ 7107 (8 years ago) by michael: - autoreconf
include/ 7384 (8 years ago) by michael: - conf.h: removed now unused MaskItem::count
help/ 7370 (8 years ago) by michael: - Update help/invite explaining what INVITE with no arguments does
doc/ 7386 (8 years ago) by michael: - Remove artificial cap of minimum required size of the dh parameter file
ylwrap 5394 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
missing 5394 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
ltmain.sh 5592 (9 years ago) by michael: - libtool 2.4.6
install-sh 5394 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
depcomp 5394 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
configure.ac 7357 (8 years ago) by michael: - Bump version to 8.2.15
configure 7358 (8 years ago) by michael: - autoreconf
config.sub 5394 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
config.h.in 7167 (8 years ago) by michael: - autoreconf
config.guess 5394 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
compile 5394 (9 years ago) by michael: - libtool 2.4.5, automake 1.15
aclocal.m4 7107 (8 years ago) by michael: - autoreconf
README 7363 (8 years ago) by michael: - Update README
NEWS 7367 (8 years ago) by michael: - Update NEWS
Makefile.in 7107 (8 years ago) by michael: - autoreconf
Makefile.am 6472 (8 years ago) by michael: - Database files and links.txt are now stored in /var/lib instead of /etc
INSTALL 7007 (8 years ago) by michael: - Update copyright years
COPYING 4562 (9 years ago) by michael: - Update gpl2 license file
AUTHORS 7187 (8 years ago) by michael: - AUTHORS: replace occurences of Hybrid with ircd-hybrid
.travis.yml 4852 (9 years ago) by michael: - Update .travis.yml
8 directories and 20 files shown