Merged revisions 11506-11644 via svnmerge fromattic/branches/wvstreams_inversion_2
commitb936d4486e19043836efc4b6935202ebee2e58a1
authorwlach <wlach@6619c942-59fa-0310-bf43-a07aaa81d9ac>
Thu, 19 Jul 2007 20:07:55 +0000 (19 20:07 +0000)
committerwlach <wlach@6619c942-59fa-0310-bf43-a07aaa81d9ac>
Thu, 19 Jul 2007 20:07:55 +0000 (19 20:07 +0000)
treebdf171040457bfd55b62d8ab4060b91c6dd9cbe9
parent3f6201180eee9f694c0202cdac7e22f7dcf6fef0
Merged revisions 11506-11644 via svnmerge from
svn+ssh://svn.alumnit.ca/home/svn/public/trunk

................
  r11506 | pphaneuf | 2007-02-27 08:52:35 -0400 (Tue, 27 Feb 2007) | 27 lines

  Merged revisions 11458-11505 via svnmerge from
  svn+ssh://pphaneuf@svn.alumnit.ca/svn/trunk

  ........
    r11463 | mich | 2006-12-13 13:07:15 -0500 (Wed, 13 Dec 2006) | 1 line

    fixed indentation
  ........
    r11478 | apenwarr | 2007-01-30 14:58:50 -0500 (Tue, 30 Jan 2007) | 2 lines

    Display a task's parents as part of the task name in the web ui.  Maybe someday we should display it as a "real" hierarchical display instead, but this looks fine for now.  Fixed task sorting bug that was revealed by this change, and add/fix some unit tests to catch this specific bug.
  ........
    r11483 | apenwarr | 2007-02-06 16:47:22 -0500 (Tue, 06 Feb 2007) | 5 lines

    The schedulator log: plugin now tracks both your original and current
    estimates, so the OrigEst column is useful even if you're not using fogbugz
    (which until now was the only plugin that actually provided OrigEst).
  ........
    r11484 | apenwarr | 2007-02-06 16:54:02 -0500 (Tue, 06 Feb 2007) | 3 lines

    Mark bugs as done/notdone when the logsource changes their estimate.  I don't think that should cause anything to go wrong...
  ........
    r11485 | apenwarr | 2007-02-06 16:59:16 -0500 (Tue, 06 Feb 2007) | 3 lines

    Don't display the origest at all unless it's different from currest.  That greatly reduces crowding in the display.
  ........
................
  r11508 | pphaneuf | 2007-02-27 08:53:59 -0400 (Tue, 27 Feb 2007) | 2 lines

  Fixed an svn:ignore property.
................
  r11509 | pphaneuf | 2007-02-27 08:55:10 -0400 (Tue, 27 Feb 2007) | 3 lines

  Moving the former /releases/freesw (which was the effective trunk) to
  /trunk proper.
................
  r11510 | wlach | 2007-03-02 03:26:17 -0400 (Fri, 02 Mar 2007) | 2 lines

  Make uniconfd's argument handling identical to that of wvdaemon's.
................
  r11521 | pphaneuf | 2007-03-02 19:21:13 -0400 (Fri, 02 Mar 2007) | 2 lines

  Removing the CVSROOT directory. Um, yeah...
................
  r11527 | pphaneuf | 2007-03-03 08:09:32 -0400 (Sat, 03 Mar 2007) | 3 lines

  Merged in r11511, apparently the only change done to the wvstreams_4_3
  branch.
................
  r11541 | pphaneuf | 2007-03-04 14:14:19 -0400 (Sun, 04 Mar 2007) | 2 lines

  Added a few items to svn:ignore properties.
................
  r11542 | pphaneuf | 2007-03-04 14:14:50 -0400 (Sun, 04 Mar 2007) | 2 lines

  Shut up vim's complaining.
................
  r11543 | wlach | 2007-03-05 21:32:38 -0400 (Mon, 05 Mar 2007) | 2 lines

  Manually merge in the forgotten wvtftp tests.
................
  r11547 | pphaneuf | 2007-03-06 18:57:47 -0400 (Tue, 06 Mar 2007) | 2 lines

  Merged from grapefruit.
................
  r11549 | pphaneuf | 2007-03-07 11:46:43 -0400 (Wed, 07 Mar 2007) | 4 lines

  Fixed README.TESTS, which was using $PATH instead of $LD_LIBRARY_PATH in one
  instance, and removed an extraneous step (there is no instance of PURIFY in
  the OpenSSL headers, it's all in the internals of the implementation).
................
  r11550 | pphaneuf | 2007-03-07 12:25:12 -0400 (Wed, 07 Mar 2007) | 4 lines

  Removed the ports-base bits, as they were only relevant in the context of
  NITI. Some summary attempts at trying to make the top-level makefile do
  something useful.
................
  r11551 | apenwarr | 2007-03-07 13:29:03 -0400 (Wed, 07 Mar 2007) | 5 lines

  Add a "googlecode:" moniker that imports bugs from Google Code.  To use,
  add a line like "import wvstreams googlecode:wvstreams:apenwarr" to your
  schedule.
................
  r11553 | apenwarr | 2007-03-08 21:54:53 -0400 (Thu, 08 Mar 2007) | 5 lines

  nitlog changes from when I installed it a few months ago:
  rss 2.0 compliance.  More entries by default in the rss feed.  Cleaned up
  the example layout a bit for niceliness.  parser automatically pulls
  the first subtitle out of the text so it can be included in the rss feed.
................
  r11554 | apenwarr | 2007-03-08 22:23:24 -0400 (Thu, 08 Mar 2007) | 4 lines

  nitlog: don't emit entries whose filename (i.e. official date) is later than
  today.  This gives a convenient way to post "future" entries in advance.
  Update the RSS feed to do the same thing.
................
  r11555 | apenwarr | 2007-03-08 22:41:31 -0400 (Thu, 08 Mar 2007) | 3 lines

  nitlog: oops, didn't deal properly with posts in months that haven't
  occurred yet.  Wow, some of this code is really scary.
................
  r11556 | pphaneuf | 2007-03-11 09:30:18 -0300 (Sun, 11 Mar 2007) | 3 lines

  Use OpenSSL's apparent "other" configuration script to let it autodetect the
  platform, so that it compiles correctly on my Mac OS X PowerBook.
................
  r11557 | pphaneuf | 2007-03-11 11:54:52 -0300 (Sun, 11 Mar 2007) | 9 lines

  Trying to make some sense of the top-level makefiles. Made it not use the
  wvrules.mk, to make it simpler to understand (it shouldn't be doing much
  anyway). The "clean" target should not clean the ports, since that's rather
  expensive, leaving it for "mrclean". There's some attempt to make sense out
  of Darwin dynamic libraries, but I'm not fully up on there, still have to
  punt making symlinks properly (and I probably broke the Linux side in the
  meantime, whee!). Trying to do the "lib" directory thing, as part of a plan
  to make things more independent from each others.
................
  r11558 | pphaneuf | 2007-03-11 14:34:45 -0300 (Sun, 11 Mar 2007) | 2 lines

  Fixing up some svn:ignore.
................
  r11559 | pphaneuf | 2007-03-11 14:37:21 -0300 (Sun, 11 Mar 2007) | 3 lines

  Make copies instead of symlinks, so that we can simply run "ldconfig -N".
  We put things in there, then run $(update_lib).
................
  r11560 | pphaneuf | 2007-03-11 16:20:26 -0300 (Sun, 11 Mar 2007) | 3 lines

  No need to actually depend on libxplc-cxx.a, it doesn't change much. We still
  link with it, though.
................
  r11561 | pphaneuf | 2007-03-11 16:45:59 -0300 (Sun, 11 Mar 2007) | 4 lines

  Put the handy-dandy macro that runs "make" in a subdir with some nice output
  in the top. Use the more idiomatic "check" as the unit testing target instead
  of "test". Export an LD_LIBRARY_PATH from the top-level automatically.
................
  r11562 | pphaneuf | 2007-03-11 16:47:04 -0300 (Sun, 11 Mar 2007) | 2 lines

  Prepend to the LD_LIBRARY_PATH instead of simply replacing it.
................
  r11563 | pphaneuf | 2007-03-11 16:48:11 -0300 (Sun, 11 Mar 2007) | 2 lines

  Update the comment at the top of the makefile to reflect reality.
................
  r11564 | pphaneuf | 2007-03-11 16:49:47 -0300 (Sun, 11 Mar 2007) | 2 lines

  Yarr. Self-referencing make variables bite me.
................
  r11565 | pphaneuf | 2007-03-11 16:50:55 -0300 (Sun, 11 Mar 2007) | 2 lines

  Okay, I have a case of the stupid, today, it would seem.
................
  r11566 | pphaneuf | 2007-03-11 18:36:05 -0300 (Sun, 11 Mar 2007) | 2 lines

  Make sure everything is built before running unit tests.
................
  r11569 | wlach | 2007-03-16 17:10:59 -0300 (Fri, 16 Mar 2007) | 2 lines

  RTTI should be enabled by default. I'm pretty sure this was a simple bug.
................
  r11570 | wlach | 2007-03-17 11:12:40 -0300 (Sat, 17 Mar 2007) | 3 lines

  Don't assume ldconfig is in $PATH. It's not on most systems. Instead,
  assume it's in /sbin, which it is on most (all?) systems.
................
  r11571 | pphaneuf | 2007-03-19 06:41:05 -0300 (Mon, 19 Mar 2007) | 3 lines

  Remove the support for building from NITI's tree, fix building
  from Subversion in the alumnit tree.
................
  r11572 | pphaneuf | 2007-03-19 06:44:05 -0300 (Mon, 19 Mar 2007) | 3 lines

  Make the make_subdir function invoke the same target by default, makes it
  easier to use.
................
  r11573 | pphaneuf | 2007-03-19 06:47:00 -0300 (Mon, 19 Mar 2007) | 2 lines

  Set some PKG_CONFIG_PATH to help building wvdial from the top-level.
................
  r11574 | pphaneuf | 2007-03-19 07:38:13 -0300 (Mon, 19 Mar 2007) | 3 lines

  Some warnings, but now you can see what's missing, and you don't need to have
  any environment variable set for it to work (I think?). Related to bug #3.
................
  r11575 | pphaneuf | 2007-03-19 11:02:01 -0300 (Mon, 19 Mar 2007) | 5 lines

  Fixed up the configure script. With this, I managed to actually check out
  the alumnit from scratch, run configure, run make, and it seems to work,
  without setting any environment variables. Of course, it might be using the
  wrong OpenSSL and other such vaguaries, but well, all in due time.
................
  r11576 | wlach | 2007-03-19 16:05:26 -0300 (Mon, 19 Mar 2007) | 3 lines

  wvhttpstream was completely broken. rewrite it and add a unit test that
  verifies that it actually works.
................
  r11577 | wlach | 2007-03-19 16:13:07 -0300 (Mon, 19 Mar 2007) | 2 lines

  Oops, fix a warning in my most recent commit.
................
  r11578 | wlach | 2007-03-19 16:22:22 -0300 (Mon, 19 Mar 2007) | 3 lines

  Fix weird code in WvHTTPStream (not to be confused with WvHttpStream, sigh) which
  dumped a backtrace of the stack every time it was closed or destroyed.
................
  r11582 | wlach | 2007-03-19 18:25:30 -0300 (Mon, 19 Mar 2007) | 2 lines

  New, fun cmake-based build system for wvtftp.
................
  r11583 | pphaneuf | 2007-03-19 18:47:37 -0300 (Mon, 19 Mar 2007) | 2 lines

  Make a general %/check target.
................
  r11584 | pphaneuf | 2007-03-19 18:51:57 -0300 (Mon, 19 Mar 2007) | 3 lines

  Make the symlinks a bit easier to add (albeit silly), and finish fixing up
  retchmail.
................
  r11585 | wlach | 2007-03-19 18:52:37 -0300 (Mon, 19 Mar 2007) | 2 lines

  Fix httptest. Sorry.
................
  r11586 | wlach | 2007-03-20 17:42:18 -0300 (Tue, 20 Mar 2007) | 2 lines

  Commit apenwarr's clever fix to find the correct path for ldconfig.
................
  r11588 | wlach | 2007-03-21 17:09:38 -0300 (Wed, 21 Mar 2007) | 3 lines

  Manually merge in wvstreams_inversion_preselect (it wasn't branched from
  freesw, so this was unfortunately necessary).
................
  r11594 | pphaneuf | 2007-03-25 13:31:03 -0300 (Sun, 25 Mar 2007) | 2 lines

  The makefile is now generated by cmake.
................
  r11595 | pphaneuf | 2007-03-25 14:21:03 -0300 (Sun, 25 Mar 2007) | 2 lines

  Fixed compilation with cmake, for some differences in -I options.
................
  r11596 | pphaneuf | 2007-03-25 14:31:17 -0300 (Sun, 25 Mar 2007) | 3 lines

  Fixed up building wvtftp from the top-level makefile. Edited the svn:ignore
  properties to cover all the stuff generated by cmake.
................
  r11605 | wlach | 2007-04-11 00:40:07 -0300 (Wed, 11 Apr 2007) | 2 lines

  Nuke wvhttp class, which is sort of broken and deprecated by wvhttppool.
................
  r11606 | wlach | 2007-04-11 00:42:50 -0300 (Wed, 11 Apr 2007) | 3 lines

  Add some suppressions for spurious valgrind errors in libdl and nss in modern
  Linux distributions. Add unit tests now pass.
................
  r11607 | wlach | 2007-04-11 01:13:45 -0300 (Wed, 11 Apr 2007) | 3 lines

  Remove various bits of unfinished or otherwise deprecated code:
  bdb hash, slp code, telephony code, SWIG wrappers, and UniConf C bindings.
................
  r11608 | wlach | 2007-04-11 01:19:20 -0300 (Wed, 11 Apr 2007) | 2 lines

  Remove one other artifact of the uniconf c bindings.
................
  r11609 | wlach | 2007-04-11 14:45:31 -0300 (Wed, 11 Apr 2007) | 2 lines

  Pull out more ondisk hash stuff I forgot to remove.
................
  r11613 | apenwarr | 2007-04-24 16:40:24 -0300 (Tue, 24 Apr 2007) | 5 lines

  Schedulator log: source now remembers the date at which you changed
  a particular estimate using the web UI.  That way it will know the "done
  date" for bugs you mark done using the web ui, so it will sort them in
  the proper order and they'll work right with the AlignDate feature.
................
  r11619 | pmccurdy | 2007-05-12 13:44:32 -0300 (Sat, 12 May 2007) | 3 lines

  Fix for GCC 4 compatibility: explicitly dereference this-> in a few
  places so that we create a more obvious dependency for the template.
................
  r11620 | pmccurdy | 2007-05-12 13:54:38 -0300 (Sat, 12 May 2007) | 2 lines

  Compiler compatibility fixes taken from RedHat's wvstreams package.
................
  r11621 | pmccurdy | 2007-05-12 13:55:35 -0300 (Sat, 12 May 2007) | 2 lines

  Patch from RedHat's wvstreams packages to make multiarch support work.
................
  r11622 | pmccurdy | 2007-05-12 13:57:56 -0300 (Sat, 12 May 2007) | 2 lines

  GCC 4.1 compatibility fix taken from RedHat's wvstreams package.
................
  r11623 | pphaneuf | 2007-05-13 07:48:49 -0300 (Sun, 13 May 2007) | 2 lines

  Pass on -jX option to sub-makes properly.
................
  r11624 | pphaneuf | 2007-05-13 07:49:25 -0300 (Sun, 13 May 2007) | 3 lines

  There was still traces of the OpenSLP support, which prevented me from
  building.
................
  r11639 | wlach | 2007-07-02 17:27:31 -0300 (Mon, 02 Jul 2007) | 2 lines

  Apply sstasyuk's patch to make wvcrash.cc compile on 64bit machines.
................
  r11640 | wlach | 2007-07-18 15:15:20 -0300 (Wed, 18 Jul 2007) | 2 lines

  Documentation updates for the new release of retchmail.
................
  r11641 | wlach | 2007-07-18 15:29:16 -0300 (Wed, 18 Jul 2007) | 2 lines

  Documentation updates for wvdial.
................
  r11643 | wlach | 2007-07-18 16:26:58 -0300 (Wed, 18 Jul 2007) | 2 lines

  Commit jnc's patch to make verbose and quiet modes work.
................
  r11644 | wlach | 2007-07-18 16:27:43 -0300 (Wed, 18 Jul 2007) | 3 lines

  Make retchmail work with gmail, which is picky about not sending the password
  until the username is acknowledged.
................

git-svn-id: file:///home/apenwarr/alumnit-svn/public/branches/wvstreams_inversion_2@11645 6619c942-59fa-0310-bf43-a07aaa81d9ac
utils/wvcrash.cc