]> granicus.if.org Git - transmission/log
transmission
15 years ago#2827 Display tracker favicon at 16 x 16px
Mitchell Livingston [Sun, 31 Jan 2010 22:33:00 +0000 (22:33 +0000)]
#2827 Display tracker favicon at 16 x 16px

15 years ago#2835 remove file selection in action menu
Mitchell Livingston [Sun, 31 Jan 2010 21:26:45 +0000 (21:26 +0000)]
#2835 remove file selection in action menu

15 years agoremove a few 1.8 -> 1.9 warnings
Mitchell Livingston [Sun, 31 Jan 2010 21:25:49 +0000 (21:25 +0000)]
remove a few 1.8 -> 1.9 warnings

15 years ago(trunk gtk) #2845 ""-2147483648" of type `gint' is invalid or out of range" -- fixed...
Charles Kerr [Sun, 31 Jan 2010 18:02:02 +0000 (18:02 +0000)]
(trunk gtk) #2845 ""-2147483648" of type `gint' is invalid or out of range" -- fixed in trunk for 1.90

15 years ago(trunk libT) #2778 "IPv6 accepts garbage addresses" -- fix typo reported by chris...
Charles Kerr [Sun, 31 Jan 2010 17:15:05 +0000 (17:15 +0000)]
(trunk libT) #2778 "IPv6 accepts garbage addresses" -- fix typo reported by chris-jerichio @ http://trac.transmissionbt.com/ticket/2778#comment:16

15 years ago(trunk web) Add a trackers tab patch from mjpieters, with minor style changes
Kevin Glowacz [Sun, 31 Jan 2010 02:42:48 +0000 (02:42 +0000)]
(trunk web) Add a trackers tab patch from mjpieters, with minor style changes

15 years ago#2778 (IPv6 PEX accepts garbage addresses) -- accept petch from jch to reject IPv6...
Charles Kerr [Sun, 31 Jan 2010 00:23:31 +0000 (00:23 +0000)]
#2778 (IPv6 PEX accepts garbage addresses) -- accept petch from jch to reject IPv6 addresses outside of 2000::/3 until the end of the 13th Baktun

15 years ago(trunk cli) #2836 "transmissioncli --help shows incorrect usage syntax" -- fixed...
Charles Kerr [Sat, 30 Jan 2010 00:49:40 +0000 (00:49 +0000)]
(trunk cli) #2836 "transmissioncli --help shows incorrect usage syntax" -- fixed in trunk for 1.90

15 years ago(trunk libT) #2656 "download speed limit of 0 is not honored" -- fixed in trunk for...
Charles Kerr [Sat, 30 Jan 2010 00:43:31 +0000 (00:43 +0000)]
(trunk libT) #2656 "download speed limit of 0 is not honored" -- fixed in trunk for 1.90

15 years ago(trunk) #2795 "non-GUI compilation issues on OS X 10.4" -- fixed for 1.90
Charles Kerr [Fri, 29 Jan 2010 19:11:56 +0000 (19:11 +0000)]
(trunk) #2795 "non-GUI compilation issues on OS X 10.4" -- fixed for 1.90

15 years ago(trunk libT) #2823 "crash in bsearch() while updating blocklist" -- fixed in trunk...
Charles Kerr [Fri, 29 Jan 2010 18:10:50 +0000 (18:10 +0000)]
(trunk libT) #2823 "crash in bsearch() while updating blocklist" -- fixed in trunk for 1.90

15 years ago(trunk libT) #2833 "LP64 bug on OpenBSD" -- fixed in trunk for 1.90
Charles Kerr [Fri, 29 Jan 2010 18:07:21 +0000 (18:07 +0000)]
(trunk libT) #2833 "LP64 bug on OpenBSD" -- fixed in trunk for 1.90

15 years ago(trunk daemon) #2786 "Trigger blocklist update using transmission-remote" -- patch...
Charles Kerr [Fri, 29 Jan 2010 16:43:39 +0000 (16:43 +0000)]
(trunk daemon) #2786 "Trigger blocklist update using transmission-remote" -- patch applied for 1.90

15 years ago(trunk) bump trunk version from 1.83 to 1.83+
Charles Kerr [Fri, 29 Jan 2010 16:14:47 +0000 (16:14 +0000)]
(trunk) bump trunk version from 1.83 to 1.83+

15 years agoupdate version to 1.83 1.83
Mitchell Livingston [Fri, 29 Jan 2010 00:59:08 +0000 (00:59 +0000)]
update version to 1.83

15 years agoupdate NEWS
Mitchell Livingston [Fri, 29 Jan 2010 00:57:02 +0000 (00:57 +0000)]
update NEWS

15 years agoavoid setting the port twice when setting a random port
Mitchell Livingston [Fri, 29 Jan 2010 00:50:55 +0000 (00:50 +0000)]
avoid setting the port twice when setting a random port

15 years ago(trunk) first draft of 1.83 NEWS
Charles Kerr [Fri, 29 Jan 2010 00:45:43 +0000 (00:45 +0000)]
(trunk) first draft of 1.83 NEWS

15 years ago(trunk daemon) #2816 "configure script ignores paramter" -- fixed in trunk for 1.83
Charles Kerr [Thu, 28 Jan 2010 22:18:55 +0000 (22:18 +0000)]
(trunk daemon) #2816 "configure script ignores paramter" -- fixed in trunk for 1.83

15 years ago(trunk libT) if a tracker doesn't respond during an announce, instead of automaticall...
Charles Kerr [Thu, 28 Jan 2010 19:33:48 +0000 (19:33 +0000)]
(trunk libT) if a tracker doesn't respond during an announce, instead of automatically reannouncing in 120 seconds, add some fuzz to the interval.  Rationale: if a bunch of torrents announce at once, overloading the router or server, they'll still be overloading it if we do the exact same thing the second time around...

15 years ago(trunk libT) fix DNS timing issue reported by gn0s1s in irc
Charles Kerr [Thu, 28 Jan 2010 18:25:18 +0000 (18:25 +0000)]
(trunk libT) fix DNS timing issue reported by gn0s1s in irc

15 years ago(trunk libT) #2819 "announce URLs containing raw IP addresses won't announce/scrape...
Charles Kerr [Thu, 28 Jan 2010 17:24:23 +0000 (17:24 +0000)]
(trunk libT) #2819 "announce URLs containing raw IP addresses won't announce/scrape in 1.82" -- possible fix

15 years ago(trunk) remove unnecessary #includes
Charles Kerr [Thu, 28 Jan 2010 13:33:40 +0000 (13:33 +0000)]
(trunk) remove unnecessary #includes

15 years ago(trunk libT) add a "const" to tr_ptrArrayRemove()'s second argument to silence a...
Charles Kerr [Thu, 28 Jan 2010 13:31:54 +0000 (13:31 +0000)]
(trunk libT) add a "const" to tr_ptrArrayRemove()'s second argument to silence a compiler warning

15 years agodisplay the drag window's text in the system font as opposed to hardcoding "Lucida...
Mitchell Livingston [Thu, 28 Jan 2010 03:48:21 +0000 (03:48 +0000)]
display the drag window's text in the system font as opposed to hardcoding "Lucida Grande"

15 years agosome cleanup of DragOverlayView
Mitchell Livingston [Thu, 28 Jan 2010 03:36:47 +0000 (03:36 +0000)]
some cleanup of DragOverlayView

15 years agoremove an extra frame resize in the drag overlay window
Mitchell Livingston [Thu, 28 Jan 2010 03:23:35 +0000 (03:23 +0000)]
remove an extra frame resize in the drag overlay window

15 years agoadd a missing removeObserver: to the message window controller
Mitchell Livingston [Thu, 28 Jan 2010 03:17:50 +0000 (03:17 +0000)]
add a missing removeObserver: to the message window controller

the last commit ensured that the drag overlay window resized when not window, which led to inaccurate sizes when exposé-d

15 years agoadd a missing removeObserver: to the message window controller
Mitchell Livingston [Thu, 28 Jan 2010 03:16:55 +0000 (03:16 +0000)]
add a missing removeObserver: to the message window controller

15 years ago(trunk libT) web.c: add a cache for unresolvable hostnames
Charles Kerr [Wed, 27 Jan 2010 06:40:12 +0000 (06:40 +0000)]
(trunk libT) web.c: add a cache for unresolvable hostnames

15 years ago(trunk libT) possible fix for gn0s1s' "file not found" error message
Charles Kerr [Tue, 26 Jan 2010 21:41:40 +0000 (21:41 +0000)]
(trunk libT) possible fix for gn0s1s' "file not found" error message

15 years ago(trunk libT) #2800 "crashing during operation" -- if a peer sends an out-of-bounds...
Charles Kerr [Tue, 26 Jan 2010 20:38:04 +0000 (20:38 +0000)]
(trunk libT) #2800 "crashing during operation" -- if a peer sends an out-of-bounds "have piece" message, drop the connection

15 years ago(trunk web) update jQuery to 1.4.1
Kevin Glowacz [Tue, 26 Jan 2010 20:03:04 +0000 (20:03 +0000)]
(trunk web) update jQuery to 1.4.1

15 years ago(trunk libT) #2800 "crashing during operation" -- use type correctness suggestion...
Charles Kerr [Tue, 26 Jan 2010 07:50:17 +0000 (07:50 +0000)]
(trunk libT) #2800 "crashing during operation" -- use type correctness suggestion from kim wrt int --> size_t in bitset.h

15 years ago(trunk libT) #2792 "since 1.80 update downloads failing" -- try to handle non-resolvi...
Charles Kerr [Tue, 26 Jan 2010 07:22:50 +0000 (07:22 +0000)]
(trunk libT) #2792 "since 1.80 update downloads failing" -- try to handle non-resolving tracker addresses without blocking in curl

15 years ago(trunk libT) make "tr_globalAddress" a private function
Charles Kerr [Mon, 25 Jan 2010 07:35:38 +0000 (07:35 +0000)]
(trunk libT) make "tr_globalAddress" a private function

15 years ago(trunk libT) #2792 "Since 1.80 update downloads failing" -- a better fix than r10015...
Charles Kerr [Mon, 25 Jan 2010 05:19:54 +0000 (05:19 +0000)]
(trunk libT) #2792 "Since 1.80 update downloads failing" -- a better fix than r10015...

15 years ago#2765 ignore case when ordering the file list in a newly-generated torrent file
Mitchell Livingston [Mon, 25 Jan 2010 05:06:54 +0000 (05:06 +0000)]
#2765 ignore case when ordering the file list in a newly-generated torrent file

15 years ago(trunk libT) #2792 "Since 1.80 update downloads failing" -- fixed in trunk for 1.83
Charles Kerr [Mon, 25 Jan 2010 04:54:04 +0000 (04:54 +0000)]
(trunk libT) #2792 "Since 1.80 update downloads failing" -- fixed in trunk for 1.83

15 years ago(trunk libT) fix typo from prev commit
Charles Kerr [Mon, 25 Jan 2010 04:26:08 +0000 (04:26 +0000)]
(trunk libT) fix typo from prev commit

15 years ago(trunk libT) extend the lifespan of the cached DNS entries
Charles Kerr [Mon, 25 Jan 2010 04:24:48 +0000 (04:24 +0000)]
(trunk libT) extend the lifespan of the cached DNS entries

15 years ago(trunk libT) #2804 "segmentation fault add-by-url when url scheme is ftp" -- fixed...
Charles Kerr [Mon, 25 Jan 2010 04:00:08 +0000 (04:00 +0000)]
(trunk libT) #2804 "segmentation fault add-by-url when url scheme is ftp" -- fixed in trunk for 1.83

15 years ago(trunk libT) (1) on startup, stagger new torrents' scrapes. (2) reduce the minimum...
Charles Kerr [Mon, 25 Jan 2010 02:19:20 +0000 (02:19 +0000)]
(trunk libT) (1) on startup, stagger new torrents' scrapes.  (2) reduce the minimum number of block requests to peers.

15 years ago(trunk libT) increase the announce timeout from 30 seconds to 45 seconds.
Charles Kerr [Sun, 24 Jan 2010 23:32:49 +0000 (23:32 +0000)]
(trunk libT) increase the announce timeout from 30 seconds to 45 seconds.

15 years ago(trunk libT) #2783 "blocklist is empty" -- fix this 1.82 regression. apparently...
Charles Kerr [Sun, 24 Jan 2010 19:22:22 +0000 (19:22 +0000)]
(trunk libT) #2783 "blocklist is empty" -- fix this 1.82 regression.  apparently update.transmissionbt.com doesn't like it when you make the ":80" in the Host: header explicit instead of implicit... so probably other web servers have the same problem too.

15 years ago#2798 Disable "Verify Local Data" for magnetized transfers
Mitchell Livingston [Sat, 23 Jan 2010 21:51:04 +0000 (21:51 +0000)]
#2798 Disable "Verify Local Data" for magnetized transfers

15 years agoAdd © to copyright string
Mitchell Livingston [Sat, 23 Jan 2010 14:55:09 +0000 (14:55 +0000)]
Add © to copyright string

15 years ago1.82+
Mitchell Livingston [Sat, 23 Jan 2010 14:54:50 +0000 (14:54 +0000)]
1.82+

15 years agoyay 1.82 1.82
Mitchell Livingston [Sat, 23 Jan 2010 14:22:21 +0000 (14:22 +0000)]
yay 1.82

15 years ago(trunk libT) when adding the Host: header by hand, make include the host's port
Charles Kerr [Sat, 23 Jan 2010 07:51:51 +0000 (07:51 +0000)]
(trunk libT) when adding the Host: header by hand, make include the host's port

15 years agoupdate NEWS 1.81
Mitchell Livingston [Sat, 23 Jan 2010 01:56:19 +0000 (01:56 +0000)]
update NEWS

15 years agoUpdate my email address
Eric Petit [Sat, 23 Jan 2010 01:13:08 +0000 (01:13 +0000)]
Update my email address
Happy r10000 and kudos to charles, livings and all those who make T live on!

15 years ago(trunk gtk) update i18n files from rosetta
Charles Kerr [Sat, 23 Jan 2010 00:47:08 +0000 (00:47 +0000)]
(trunk gtk) update i18n files from rosetta

15 years agofix magnet links when app is closed that I broke in r9996
Mitchell Livingston [Sat, 23 Jan 2010 00:36:18 +0000 (00:36 +0000)]
fix magnet links when app is closed that I broke in r9996

15 years ago#2785 - generate the file list right away instead of lazily, since auto-grouping...
Mitchell Livingston [Sat, 23 Jan 2010 00:30:04 +0000 (00:30 +0000)]
#2785 - generate the file list right away instead of lazily, since auto-grouping might rely on it

15 years ago#2787 allow dragging of URLs onto the dock icon once again
Mitchell Livingston [Sat, 23 Jan 2010 00:05:40 +0000 (00:05 +0000)]
#2787 allow dragging of URLs onto the dock icon once again

15 years ago(trunk) update NEWS, bump to 1.81.
Charles Kerr [Sat, 23 Jan 2010 00:01:26 +0000 (00:01 +0000)]
(trunk) update NEWS, bump to 1.81.

15 years ago(trunk gtk) #2784 "Paused seeding torrents still display 'Remaining time unknown...
Charles Kerr [Fri, 22 Jan 2010 07:32:02 +0000 (07:32 +0000)]
(trunk gtk) #2784 "Paused seeding torrents still display 'Remaining time unknown'" -- fixed in trunk for 1.81

15 years ago(trunk libT) #2783 "starting with r9992, IP blocklist is empty" -- when replacing...
Charles Kerr [Fri, 22 Jan 2010 07:27:19 +0000 (07:27 +0000)]
(trunk libT) #2783 "starting with r9992, IP blocklist is empty" -- when replacing a URL's hostname with an IP address before passing the URL to curl, manually set the Host: header to the original hostname.  (Xref: #2781)

15 years ago(trunk libT) if we're calling evdns_init(), we probably ought to call evdns_shutdown...
Charles Kerr [Fri, 22 Jan 2010 03:39:21 +0000 (03:39 +0000)]
(trunk libT) if we're calling evdns_init(), we probably ought to call evdns_shutdown() on exit...

15 years agomac build, compile!
Mitchell Livingston [Fri, 22 Jan 2010 02:47:30 +0000 (02:47 +0000)]
mac build, compile!

15 years ago(trunk libT) #2781 "1.80 freezes on startup" -- possible fix. implement nonblocking...
Charles Kerr [Fri, 22 Jan 2010 02:40:11 +0000 (02:40 +0000)]
(trunk libT) #2781 "1.80 freezes on startup" -- possible fix.  implement nonblocking dns before we hand the URLs over to libcurl

15 years ago(trunk gtk) #2780 "for themability, T needs unique icon names for window, system...
Charles Kerr [Thu, 21 Jan 2010 20:51:48 +0000 (20:51 +0000)]
(trunk gtk) #2780 "for themability, T needs unique icon names for window, system tray, and popup icons" -- added to trunk for 1.81

15 years ago(trunk libT) #2777 "some magnet links get misparsed" -- fixed in trunk for 1.81
Charles Kerr [Thu, 21 Jan 2010 05:10:00 +0000 (05:10 +0000)]
(trunk libT) #2777 "some magnet links get misparsed" -- fixed in trunk for 1.81

15 years ago(trunk libT) #2756 "32 byte leak in tr_threadNew()" -- fixed for 1.81
Charles Kerr [Thu, 21 Jan 2010 03:14:46 +0000 (03:14 +0000)]
(trunk libT) #2756 "32 byte leak in tr_threadNew()" -- fixed for 1.81

15 years agoflatten nibs regardless of build setting
Mitchell Livingston [Thu, 21 Jan 2010 02:48:14 +0000 (02:48 +0000)]
flatten nibs regardless of build setting

15 years ago1.80+
Mitchell Livingston [Thu, 21 Jan 2010 02:47:52 +0000 (02:47 +0000)]
1.80+

15 years ago(trunk web) style the turtle button into the iPhone stylesheet 1.80
Kevin Glowacz [Thu, 21 Jan 2010 01:43:12 +0000 (01:43 +0000)]
(trunk web) style the turtle button into the iPhone stylesheet

15 years ago(trunk web) work around a context bug in jquery14
Kevin Glowacz [Thu, 21 Jan 2010 01:43:05 +0000 (01:43 +0000)]
(trunk web) work around a context bug in jquery14

15 years agobug fix > bugfix
Mitchell Livingston [Thu, 21 Jan 2010 00:50:46 +0000 (00:50 +0000)]
bug fix > bugfix

15 years ago(trunk gtk) update .po files from rosetta
Charles Kerr [Thu, 21 Jan 2010 00:31:12 +0000 (00:31 +0000)]
(trunk gtk) update .po files from rosetta

15 years ago(trunk libT) fix some #include statements
Charles Kerr [Wed, 20 Jan 2010 23:58:09 +0000 (23:58 +0000)]
(trunk libT) fix some #include statements

15 years agoupdate NEWS and version information
Mitchell Livingston [Wed, 20 Jan 2010 23:54:49 +0000 (23:54 +0000)]
update NEWS and version information

15 years ago(trunk gtk) HiG consistency
Charles Kerr [Wed, 20 Jan 2010 21:27:00 +0000 (21:27 +0000)]
(trunk gtk) HiG consistency

15 years ago(trunk libT) fix tiny typo in previous commit... :/
Charles Kerr [Wed, 20 Jan 2010 20:25:13 +0000 (20:25 +0000)]
(trunk libT) fix tiny typo in previous commit... :/

15 years ago(trunk libT) still too wordy
Charles Kerr [Wed, 20 Jan 2010 20:15:23 +0000 (20:15 +0000)]
(trunk libT) still too wordy

15 years ago(trunk libT) #2676 "Transmission writes to non-existent drive in '/Volumes'" -- we...
Charles Kerr [Wed, 20 Jan 2010 20:08:12 +0000 (20:08 +0000)]
(trunk libT) #2676 "Transmission writes to non-existent drive in '/Volumes'" -- we're already stopping the torrent when the local data disappears, but let's add a more explicit and helpful error message to help users diagnoses the problem.

15 years ago(trunk libT) #2775 "Saving some memory/storage" -- committed for 1.80
Charles Kerr [Wed, 20 Jan 2010 18:48:52 +0000 (18:48 +0000)]
(trunk libT) #2775 "Saving some memory/storage" -- committed for 1.80

15 years ago(trunk libT) tweak the last commit -- use strncmp() instead
Charles Kerr [Wed, 20 Jan 2010 18:41:22 +0000 (18:41 +0000)]
(trunk libT) tweak the last commit -- use strncmp() instead

15 years ago(trunk libT) #2771 "Unable to add magnet URI from Mininova via web interface" --...
Charles Kerr [Wed, 20 Jan 2010 18:15:09 +0000 (18:15 +0000)]
(trunk libT) #2771 "Unable to add magnet URI from Mininova via web interface" -- fixed for 1.80

15 years ago(trunk gtk) fix another small memory error in the gtk+ client found by valgrind
Charles Kerr [Wed, 20 Jan 2010 17:43:00 +0000 (17:43 +0000)]
(trunk gtk) fix another small memory error in the gtk+ client found by valgrind

15 years ago(trunk gtk) fix another minor memory leak detected by valgrind
Charles Kerr [Wed, 20 Jan 2010 17:20:35 +0000 (17:20 +0000)]
(trunk gtk) fix another minor memory leak detected by valgrind

15 years ago(trunk gtk) oops, that last commit should've used g_free() instead of tr_free()
Charles Kerr [Wed, 20 Jan 2010 14:27:48 +0000 (14:27 +0000)]
(trunk gtk) oops, that last commit should've used g_free() instead of tr_free()

15 years ago(trunk gtk) fix a couple of small memory leaks in the gtk+ client, found by valgrind
Charles Kerr [Wed, 20 Jan 2010 14:16:44 +0000 (14:16 +0000)]
(trunk gtk) fix a couple of small memory leaks in the gtk+ client, found by valgrind

15 years agoby request, remove from credits
Mitchell Livingston [Wed, 20 Jan 2010 05:14:47 +0000 (05:14 +0000)]
by request, remove from credits

15 years ago(trunk) No code changes here... filling in some of the blanks in the "peers" and...
Charles Kerr [Tue, 19 Jan 2010 19:37:00 +0000 (19:37 +0000)]
(trunk) No code changes here... filling in some of the blanks in the "peers" and "utils" doxygen groups' documentation.

15 years ago(trunk) tweak NEWS
Charles Kerr [Tue, 19 Jan 2010 17:29:42 +0000 (17:29 +0000)]
(trunk) tweak NEWS

15 years agoremove an unused field from the Simplified Chinese localization's tracker tab (how...
Mitchell Livingston [Tue, 19 Jan 2010 04:16:40 +0000 (04:16 +0000)]
remove an unused field from the Simplified Chinese localization's tracker tab (how can a new localization already have this sort of issue?)

15 years ago(trunk) pull libevent from <svn://svn.transmissionbt.com/libevent/branches/patches...
Charles Kerr [Mon, 18 Jan 2010 19:38:25 +0000 (19:38 +0000)]
(trunk) pull libevent from <svn://svn.transmissionbt.com/libevent/branches/patches-1.4/libevent>

15 years ago(trunk) messing around with libevent a little. this will break build.transmissionbt...
Charles Kerr [Mon, 18 Jan 2010 19:36:06 +0000 (19:36 +0000)]
(trunk) messing around with libevent a little.  this will break build.transmissionbt.com for a bit but don't worry about it

15 years ago(trunk libT) tweak the peer-io bugfix
Charles Kerr [Mon, 18 Jan 2010 19:26:46 +0000 (19:26 +0000)]
(trunk libT) tweak the peer-io bugfix

15 years ago(trunk libT) #2416 "crash in event_queue_insert()" -- this crash is definitely happen...
Charles Kerr [Sun, 17 Jan 2010 19:21:04 +0000 (19:21 +0000)]
(trunk libT) #2416 "crash in event_queue_insert()" -- this crash is definitely happening when we call event_del() twice on the same event without an event dispatch pass between the two calls.  Start nailing down every possible case where that could happen in libtransmission

15 years agodon't save the torrent file for magnetized transfers
Mitchell Livingston [Sun, 17 Jan 2010 17:57:54 +0000 (17:57 +0000)]
don't save the torrent file for magnetized transfers

15 years agousing ABS is better than multiplying by -1
Mitchell Livingston [Sun, 17 Jan 2010 16:20:28 +0000 (16:20 +0000)]
using ABS is better than multiplying by -1

15 years agor9955 for all localizations
Mitchell Livingston [Sun, 17 Jan 2010 15:53:03 +0000 (15:53 +0000)]
r9955 for all localizations

15 years agoin the peer inspector, truncate the bottom two lines instead of wrapping
Mitchell Livingston [Sun, 17 Jan 2010 15:49:29 +0000 (15:49 +0000)]
in the peer inspector, truncate the bottom two lines instead of wrapping

15 years ago(trunk libevent) fix kqueue build failure
Charles Kerr [Sun, 17 Jan 2010 04:59:21 +0000 (04:59 +0000)]
(trunk libevent) fix kqueue build failure

15 years ago(trunk libevent) yes, more assertions for exiva
Charles Kerr [Sun, 17 Jan 2010 04:52:52 +0000 (04:52 +0000)]
(trunk libevent) yes, more assertions for exiva

15 years ago(trunk libevent) #2416 - trying to find a new way for exiva to crash
Charles Kerr [Sun, 17 Jan 2010 04:25:50 +0000 (04:25 +0000)]
(trunk libevent) #2416 - trying to find a new way for exiva to crash

15 years ago(trunk libevent) add more debugging assertions so I can continue to torture exiva...
Charles Kerr [Sun, 17 Jan 2010 03:44:50 +0000 (03:44 +0000)]
(trunk libevent) add more debugging assertions so I can continue to torture exiva...