summaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Added a dummy return statement.jxh1998-07-201-0/+3
* Finally a compilable Win32 library for JAWS!jxh1998-07-204-17/+33
* *** empty log message ***levine1998-07-201-0/+5
* fixed INSTALL so that it works with the latest rules.lib.GNUlevine1998-07-201-3/+7
* *** empty log message ***levine1998-07-201-7/+7
* *** empty log message ***levine1998-07-201-197/+214
* *** empty log message ***alex1998-07-201-1/+1
* *** empty log message ***alex1998-07-201-0/+5
* Enclosed all these files with "#if defined (ACE_HAS_GPERF) so thatalex1998-07-2019-10/+89
* Made JAWS_Asynch_IO::Message_Types visible.jxh1998-07-202-2/+3
* Removed many many compiler errors!jxh1998-07-201-1/+2
* Will this pacify the MSVC++ compiler?jxh1998-07-201-1/+1
* (new): added parens around ACE_THROW_SPEC arg, now that they've been removed ...levine1998-07-201-1/+1
* Bug hunting on Win32!jxh1998-07-203-11/+16
* (new): use ACE_THROW_SPEC instead of _RWSTD_THROW_SPEClevine1998-07-201-3/+1
* *** empty log message ***jxh1998-07-201-15/+26
* cast sizeof to int to avoid compiler (g++/Linux alpha) warning aboutlevine1998-07-201-8/+8
* Reordered initializers to match declaration order.levine1998-07-201-9/+9
* (Iterator): reordered initializers to match declaration order.levine1998-07-201-31/+31
* (List_Node): reordered initializers to match declaration order.levine1998-07-201-14/+14
* (new): wrapped assignment with parens where used as a conditional.levine1998-07-201-5/+5
* *** empty log message ***schmidt1998-07-192-0/+6
* *** empty log message ***schmidt1998-07-192-8/+26
* Changed static casts to re-interpret casts to pacify GCC.jxh1998-07-192-5/+4
* Removed some warnings and errors associated with Asynch IO, andmk11998-07-197-14/+25
* What do you think?jxh1998-07-192-5/+121
* Was calling release on a message block twice before, now fixedjxh1998-07-193-6/+12
* *** empty log message ***schmidt1998-07-181-2/+2
* Changes that allows the ACE_Handler to communicate with the appropriatejxh1998-07-186-111/+99
* Finished up synchronous file sending and optimized header parsing.jxh1998-07-185-139/+440
* Same as above.jxh1998-07-161-1/+1
* Closing in on Asynchronous IO implementation. Added are new classesjxh1998-07-1611-329/+908
* Used ACE_HAS_SIG_C_FUNC to figure out when you need to declare handlerjxh1998-07-141-2/+6
* added trailing $ to $Id$ stringlevine1998-07-071-26/+26
* Changed a variable from int to size_t to get rid of a MSVC warning.brunsch1998-07-031-1/+1
* There was a enumeration CONST, and MSVC5 didn't like it. I renamed it tobrunsch1998-07-033-16/+16
* New MSVC5 Project filesbrunsch1998-07-033-0/+301
* *** empty log message ***alex1998-06-301-1/+5
* *** empty log message ***alex1998-06-301-79/+91
* *** empty log message ***alex1998-06-303-307/+337
* *** empty log message ***irfan1998-06-271-5/+0
* Stubbed in an implementation for Asynch IO Handler.jxh1998-06-121-7/+17
* Stubbed in an implementation for JAWS_Asynch_IO_Handler.jxh1998-06-121-0/+191
* New project files for the JAWS PROTOTYPE.jxh1998-06-122-132/+23
* Small fix to JAWS_Asynch_IO_Handler::factory().jxh1998-06-121-1/+1
* *** empty log message ***schmidt1998-06-121-17/+15
* Automatically generated Export file by Irfan.jxh1998-06-121-0/+39
* Added #include "JAWS/Export.h" to every .h file.jxh1998-06-1211-0/+15
* Copied from apps/JAWS/server.jxh1998-06-122-0/+204
* Changed ACE_MT_SYNCH to ACE_SYNCHjxh1998-06-111-1/+1