CVS log for epic4/include/irc_std.h |
 |
Up to [Epic CVS] / epic4 / include
Request diff between arbitrary revisions
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Thu Mar 13 23:12:53 2008 UTC (3 months, 3 weeks ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_10,
HEAD
Changes since 1.19: +8 -0 lines
Diff to previous 1.19
* Patch from larne to fix build on interix
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Mon Nov 13 03:52:04 2006 UTC (19 months, 3 weeks ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_8,
epic4-2_6
Changes since 1.18: +5 -4 lines
Diff to previous 1.18
Make the build work with socks5 again, for freebsd ports support.
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Tue Oct 5 23:22:05 2004 UTC (3 years, 8 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_4,
epic4-2_2,
epic4-2_1_3,
epic4-2_1_2,
epic4-2_1_1
Changes since 1.17: +3 -1 lines
Diff to previous 1.17
* Fix compile warning for alloca on freebsd-current for blackjac. bleh.
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Fri Aug 1 00:08:54 2003 UTC (4 years, 11 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-2_0,
epic4-1_2_9,
epic4-1_2_8,
epic4-1_2_7,
epic4-1_2_6,
epic4-1_2_5,
epic4-1_2_4,
epic4-1_2_3,
epic4-1_2_2,
epic4-1_2_1,
epic4-1_2_0,
epic4-1_1_17,
epic4-1_1_16,
epic4-1_1_15,
epic4-1_1_14,
epic4-1_1_13
Changes since 1.16: +6 -0 lines
Diff to previous 1.16
Include <stdint.h> and <inttypes.h> if they exist.
Revision
1.16
/
(view)
- annotate
- [select for diffs]
, Tue Jul 8 21:36:51 2003 UTC (4 years, 11 months ago) by jnelson
Branch:
MAIN
Changes since 1.15: +7 -0 lines
Diff to previous 1.15
Commit 541
* Move #define CTCP_* into ctcp.h
* Add /xdebug extractw_debug
* Move #define LOCAL_COPY and SAFE into irc_std.h
* Create compat.h, move all the compat.c decls into there (from ircaux.h)
* Create network.h, move all the network.c decls into there (from ircaux.h)
* Create words.h, move all the words.c decls into there (from ircaux.h)
* Include "compat.h" and "network.h" in ircaux.h
* Do another round of make depends
* Rename 'search' to 'search_for'.
* Fix the metric clock hooking /on timer too much.
* Revamp words.c, to support passing word quoter (' or ") as an argument.
Revision
1.14.2.1
/
(view)
- annotate
- [select for diffs]
, Thu Feb 27 15:29:55 2003 UTC (5 years, 4 months ago) by wd
Branch:
wd-devel
Changes since 1.14: +7 -0 lines
Diff to previous 1.14
to next main 1.15
Yikes. Merged to become consistent with HEAD. Sorry for all the commits,
I'll be quiet again soon. :)
-wd
Revision
1.15
/
(view)
- annotate
- [select for diffs]
, Thu Dec 26 16:40:31 2002 UTC (5 years, 6 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_12,
epic4-1_1_11,
epic4-1_1_10
Changes since 1.14: +7 -0 lines
Diff to previous 1.14
Fix all the rest of the compile issues. bleh.
Revision
1.14
/
(view)
- annotate
- [select for diffs]
, Tue Oct 22 22:18:44 2002 UTC (5 years, 8 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_9,
epic4-1_1_8
Branch point for:
wd-devel
Changes since 1.13: +7 -0 lines
Diff to previous 1.13
* Add checks/workaround for linux's broken realpath(). Bleh.
* Add arc4random stuff to compat.c -- will be used later!
* Fix $realpath() to use normalize_filename() so it gets realpath() fix.
* Add $serverctl(SET <refnum> PRIMARY) to set primary server. User beware!
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Fri Oct 18 20:10:22 2002 UTC (5 years, 8 months ago) by jnelson
Branch:
MAIN
Changes since 1.12: +1 -0 lines
Diff to previous 1.12
* Change expand_twiddle(), path_search() to take results as params, int retval
* Add normalize_filename(), to do job expand_twiddle() used to do.
* Add isdir(), just because
* Change /CD, /LOAD, /SAVE, /DCC SEND, /DCC GET, to use normalize_filename.
* Change /DCC RESUME, $open(), $which(), $unlink() to use normalize_filename.
* Change $rename(), $rmdir(), $fexist(), $fsize() to use normalize_filename.
* Change $glob(), $globi(), $mkdir(), $chmod() to use normalize_filename.
* Change $ftime(), $randread(), and uzfopen() to use normalize_filename.
* Change /LOG, /SET LOGFILE, servers file to use normalize_filename.
* Fix /LOG so maximum number of targets per log is a compile time #define.
* Revamp expand_twiddle() and uzfopen().
* Fix uzfopen() to look for 'bunzip2' in addition to 'bunzip'.
* Fix bug with /QUEUE -delete
* Remove unused variable in window_scroll().
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Fri Jul 26 16:10:07 2002 UTC (5 years, 11 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_7,
epic4-1_1_6
Changes since 1.11: +44 -2 lines
Diff to previous 1.11
Add GAILIB, a bsd licensed getaddrinfo/getnameinfo implementation for
ipv4 only systems. This was lifted from ruby, who lifted it from WIDE.
Add #ifdef's as necessary to compile on non-ipv6 systems.
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Mon May 27 01:43:35 2002 UTC (6 years, 1 month ago) by jnelson
Branch:
MAIN
Changes since 1.10: +9 -2 lines
Diff to previous 1.10
Huge major commit #1 in the great IPv6 support addition...
Rather than include all of the changes here, read KNOWNBUGS changes.
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Mon May 6 23:21:13 2002 UTC (6 years, 2 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_5,
epic4-1_1_4
Changes since 1.9: +4 -0 lines
Diff to previous 1.9
Fixes inspired by first wave of testers
1) Fix casts to inet_anytop()
2) Fix configure to check for socklen_t, default to 'int'.
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Sun Apr 28 04:22:16 2002 UTC (6 years, 2 months ago) by jnelson
Branch:
MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
Yet another swath of changes in The Great IPv4 Cleanup. This time I
took a broad hatchet to the resolver-assistant functions in network.c.
Using modern techniques really increases readability and makes it look
less like a hack. Making good progress!
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Fri Apr 26 19:59:39 2002 UTC (6 years, 2 months ago) by jnelson
Branch:
MAIN
Changes since 1.7: +10 -0 lines
Diff to previous 1.7
Next round of in_addr/u_short -> sockaddr_in conversions, along with some
other minor details. As far as i know, this shouldn't break anything,
but I don't promise that. Save your old binary first!
If anything is really bad, let me know. I'll fix it ASAP.
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Sun Apr 21 05:03:21 2002 UTC (6 years, 2 months ago) by jnelson
Branch:
MAIN
Changes since 1.6: +4 -0 lines
Diff to previous 1.6
Check (struct sockaddr) for sa_len, and use this as a hint as to whether
sockaddrs have a "length" field in them. I will phase out the (now obsolete)
check for HAVE_SUN_LEN in configure, once i'm comfortable that checking for
HAVE_SA_LEN is sufficient. Whack up the (struct sockaddr_storage) to honor
the HAVE_SA_LEN value probed by configure, as requested by Q (Kurt R.).
Regen configure. This brings the ssl stuff into play from CE's last commit.
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Wed Apr 17 05:56:39 2002 UTC (6 years, 2 months ago) by jnelson
Branch:
MAIN
Changes since 1.5: +11 -0 lines
Diff to previous 1.5
Drums...
Drums...
Drums...
Drums in the deep...
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Thu Feb 14 01:46:06 2002 UTC (6 years, 4 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_3
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
Two new functions in ircsig.c: "block_signal" and "unblock_signal"
which use sigprocmask() which I hope everybody has!
Based on a discussion with |Rain|, block the SIGCHLD signal before we
go waitpid()ing, and then unblock it when we're done. This cleans up a
race condition that might happen if two of our child processes die in the
same time slice; we would only get one call to our SIGCHLD handler, but we
would have two children to reap; "dead_children_processes" would then be
a negative value and bad things would occur. Now we handle SIGCHLD as a
condition rather than a discrete event; whenever we get a SIGCHLD, the next
time through a sequence point we block SIGCHLD, reap our children, reset
"dead_children_processes" to 0 and then unblock SIGCHLD and go on our way.
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Mon Nov 26 21:34:59 2001 UTC (6 years, 7 months ago) by jnelson
Branch:
MAIN
Changes since 1.3: +10 -0 lines
Diff to previous 1.3
Add MIN() and MAX() macros in irc_std.h.
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Wed Sep 26 17:32:03 2001 UTC (6 years, 9 months ago) by jnelson
Branch:
MAIN
CVS Tags:
epic4-1_1_1
Changes since 1.2: +4 -0 lines
Diff to previous 1.2
More complete support for random local ports; /set random_local_ports now
cooperates with /setenv EPIC_USE_HIGHPORTS=1, and it works on freebsd,
openbsd, and linux, such as it is.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Wed Sep 26 15:37:10 2001 UTC (6 years, 9 months ago) by jnelson
Branch:
MAIN
Changes since 1.1: +6 -1 lines
Diff to previous 1.1
* Fix server assignment in /exec so it works in /on's again.
* Fix failsafe declaration for MAXPATHLEN for hurd in irc_std.h and glob.c.
* Fixes to make dcc-over-ctcp-over-dcc work again (|Rain|)
* Fix $querywin() so it can take a second argument, a server ref (for scromp)
Revision
1.1.1.1
/
(view)
- annotate
- [select for diffs]
(vendor branch)
, Tue Dec 5 00:11:57 2000 UTC (7 years, 7 months ago) by jnelson
Branch:
epicsol
CVS Tags:
start,
epic4_0_9_15,
epic4-1_0_1,
epic4-1_0,
epic4-0_9_17,
epic4-0_9_16,
epic4-0_9_15,
epic4-0_9_14,
epic4-0_10_0,
epic-test-tag2,
epic-test-tag
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial import into CVS
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Tue Dec 5 00:11:57 2000 UTC (7 years, 7 months ago) by jnelson
Branch:
MAIN
Initial revision
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.