2009-01-22 |
Stelian Ionescu | Style changes.
|
commit | commitdiff | tree |
2009-01-22 |
Stelian Ionescu | Add wrappers for directory walking syscalls: opendir...
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Handle POSIX-ERRORs in resolving FILE-PATHs.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Use %SYS-GET{NAM,UID} in %EXPAND-USER-DIRECTORY.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Add wrappers for getpw{nam,uid} and getgr{nam,uid}.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Use %SYS-GETUID in %EXPAND-USER-DIRECTORY.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Add various process syscalls: fork(), getpid(), etc ...
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Fix AS-DIRECTORY logic of CONCATENATE-PATHS.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Fix CONCATENATE-PATHS.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Add function EXPAND-USER-DIRECTORY.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Add function CONCATENATE-PATHS.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Fix previous commit.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Add function FILE-PATH.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Add parameters START and END to PARSE-FILE-PATH and...
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Add dependency on IOLIB.PATHNAMES to IO.ZETA-STREAMS .
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Add pathname implementation.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Style change.
|
commit | commitdiff | tree |
2009-01-21 |
Stelian Ionescu | Move JOIN to base package.
|
commit | commitdiff | tree |
2009-01-20 |
Stelian Ionescu | Move JOIN to base package.
|
commit | commitdiff | tree |
2009-01-20 |
Stelian Ionescu | Add parameter EXTERNAL-FORMAT to MAKE-MEMORY-ZSTREAM.
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Fix DEVICE-LENGTH for FILE-DEVICEs.
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | DEVICE-OPEN: now with fixed arity.
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | More ZSTREAM buffer cleanup.
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Add ZSTREAM-ELEMENT-TYPE reader.
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Remove a few buffer classes, misc cleanup.
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Merge buffer.lisp into stream.lisp
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Use the shadowed DEFCONSTANT.
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Shadow DEFCONSTANT in base package.
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Declare thunks created by WITH-SYNCHRONIZED-BUFFER...
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Use a single GF to get stream position: ZSTREAM-POSITION
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Fix superclass list of OCTET-MEMORY-ZSTREAM and CHARACTER...
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | Add class CHARACTER-MEMORY-ZSTREAM.
|
commit | commitdiff | tree |
2009-01-19 |
Stelian Ionescu | More work on memory streams.
|
commit | commitdiff | tree |
2009-01-18 |
Stelian Ionescu | Add UB32* and UB64* vector types.
|
commit | commitdiff | tree |
2009-01-18 |
Stelian Ionescu | Add OCTET type.
|
commit | commitdiff | tree |
2009-01-18 |
Stelian Ionescu | Add condition SUBTYPE-ERROR to base package.
|
commit | commitdiff | tree |
2009-01-18 |
Stelian Ionescu | Rename condition BUG to IOLIB-BUG.
|
commit | commitdiff | tree |
2009-01-15 |
Stelian Ionescu | Add memory streams.
|
commit | commitdiff | tree |
2009-01-15 |
Stelian Ionescu | Smll change to CHECK-BOUNDS.
|
commit | commitdiff | tree |
2009-01-12 |
Stelian Ionescu | Fix INITIALIZE-INSTANCE for FILE-MONITOR.
|
commit | commitdiff | tree |
2009-01-12 |
Stelian Ionescu | Set file monitor lock name.
|
commit | commitdiff | tree |
2009-01-12 |
Stelian Ionescu | Add default initarg to :LOCK of FILE-MONITOR class.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Make OPEN-FILE a method.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | %WRITE-OCTETS/{NON-BLOCKING,TIMEOUT} must return :HANGUP...
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | OPEN-FILE: create instances of FILE-ZETA-STREAM.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Make OPEN-FILE a regular function.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Add FILE-ZETA-STREAM class.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Add ZSTREAM-{READ,WRITE}-VECTOR.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | SINGLE-CHANNEL-ZETA-STREAM and SINGLE-CHANNEL-ZETA...
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Use SHARED-INITIALIZE instead of INITIALIZE-INSTANCE...
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | %BUFFER-FLUSH: signal HANGUP when DEVICE-WRITE returns...
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | %BUFFER-FILL: signal END-OF-FILE when DEVICE-READ returns...
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | %BUFFER-POSITION: guard against null return values...
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Add condition HANGUP.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Add IOBUF-AVAILABLE-SPACE.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Use SHARED-INITIALIZE instead of INITIALIZE-INSTANCE...
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Check contents of slot BUFFERING.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Add slot BUFFERING to BUFFER class.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | POLL-FD now returns four values: readability, read...
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Use three specialised functions instead of REPLACE...
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Small change to default DEVICE-READ and DEVICE-WRITE.
|
commit | commitdiff | tree |
2009-01-07 |
Stelian Ionescu | Rename IO-BUFFERING to STREAM-BUFFERING.
|
commit | commitdiff | tree |
2009-01-06 |
Stelian Ionescu | Add types UB8-COMPLEX-VECTOR and UB16-COMPLEX-VECTOR.
|
commit | commitdiff | tree |
2009-01-06 |
Stelian Ionescu | Style fix.
|
commit | commitdiff | tree |
2009-01-06 |
Stelian Ionescu | Fix WRAP-BODY-FOR-RETURN-STAR.
|
commit | commitdiff | tree |
2008-12-20 |
Stelian Ionescu | Small fix in %WRITE-OCTETS-FROM-FOREIGN-MEMORY.
|
commit | commitdiff | tree |
2008-12-20 |
Stelian Ionescu | Make SIZE-OF a DEFGENERIC.
|
commit | commitdiff | tree |
2008-12-20 |
Stelian Ionescu | Small changes to DYNAMIC-BUFFER conditions.
|
commit | commitdiff | tree |
2008-12-20 |
Stelian Ionescu | Simplify SEEK-READ-CURSOR.
|
commit | commitdiff | tree |
2008-12-19 |
Stelian Ionescu | Cleanup of DYNAMIC-BUFFER code.
|
commit | commitdiff | tree |
2008-12-19 |
Stelian Ionescu | Fix ASDF deps of IO.MULTIPLEX
|
commit | commitdiff | tree |
2008-12-19 |
Stelian Ionescu | Small fix of assertion message in INITIALIZE-INSTANCE...
|
commit | commitdiff | tree |
2008-12-19 |
Stelian Ionescu | Add back (include "stdlib.h") to fix compilation on...
|
commit | commitdiff | tree |
2008-12-16 |
Stelian Ionescu | Remove superfluous include.
|
commit | commitdiff | tree |
2008-12-16 |
Stelian Ionescu | Simplify socket wrappers.
|
commit | commitdiff | tree |
2008-12-11 |
Stelian Ionescu | Use single-colon package qualifier for NIX:POSIX-ERROR.
|
commit | commitdiff | tree |
2008-12-11 |
Stelian Ionescu | Somehow fix the workaround for the fact that POLLRDHUP...
|
commit | commitdiff | tree |
2008-12-10 |
Stelian Ionescu | Remove SO_BSDCOMPAT socket option.
|
commit | commitdiff | tree |
2008-12-09 |
Stelian Ionescu | Better mangling of Gray stream symbols.
|
commit | commitdiff | tree |
2008-12-08 |
Stelian Ionescu | Remove now obsolete BUG note.
|
commit | commitdiff | tree |
2008-12-08 |
Stelian Ionescu | Some cleanup of Gray stream code.
|
commit | commitdiff | tree |
2008-12-06 |
Stelian Ionescu | Check stream writing for EPIPE and signal a HANGUP...
|
commit | commitdiff | tree |
2008-12-06 |
Stelian Ionescu | First round of Gray Stream code cleanup.
|
commit | commitdiff | tree |
2008-12-06 |
Stelian Ionescu | Rename *DEBUG* to *SAFETY-CHECKS*, add docstring.
|
commit | commitdiff | tree |
2008-12-05 |
Attila Lendvai | Add debugging asserts to stream buffer functions.
|
commit | commitdiff | tree |
2008-12-05 |
Attila Lendvai | Add debug helpers.
|
commit | commitdiff | tree |
2008-12-05 |
Stelian Ionescu | Fix DEFINE-SOCKET-CALL and drop docstrings for socket...
|
commit | commitdiff | tree |
2008-12-05 |
Stelian Ionescu | Make socket syscalls specify the socket FD in case...
|
commit | commitdiff | tree |
2008-12-05 |
Stelian Ionescu | Make CLOSE of SELECT-MULTIPLEXERs double-free-safe.
|
commit | commitdiff | tree |
2008-12-05 |
Stelian Ionescu | Make FREE-IOBUF double-free-safe.
|
commit | commitdiff | tree |
2008-11-30 |
Stelian Ionescu | Add stream.lisp to zeta-streams.
|
commit | commitdiff | tree |
2008-11-30 |
Stelian Ionescu | Style fix.
|
commit | commitdiff | tree |
2008-11-30 |
Stelian Ionescu | Remove obsolescence notes.
|
commit | commitdiff | tree |
2008-11-30 |
Stelian Ionescu | Replace use of ENSURE-SUBNET-MASK with ENSURE-NETMASK.
|
commit | commitdiff | tree |
2008-11-29 |
Stelian Ionescu | Add and export IPV4-NETWORK=.
|
commit | commitdiff | tree |
2008-11-29 |
Stelian Ionescu | Modify INET-ADDRESS-IN-NETWORK-P and INET-ADDRESSES...
|
commit | commitdiff | tree |
2008-11-29 |
Stelian Ionescu | Add and export class IPV4-NETWORK.
|
commit | commitdiff | tree |
2008-11-29 |
Stelian Ionescu | Rename ENSURE-SUBNET-MASK to ENSURE-NETMASK and make...
|
commit | commitdiff | tree |
2008-11-29 |
Stelian Ionescu | Fix typo in docstring of INET-ADDRESS-NETWORK-CLASS.
|
commit | commitdiff | tree |
2008-11-29 |
Stelian Ionescu | Rename MAKE-SUBNET-MASK to MAKE-NETMASK and make it...
|
commit | commitdiff | tree |