History log of /libuv/ (Results 4751 – 4775 of 5435)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3aec77f931-Aug-2011 Bert Belder

bring back uv_init

56dcaf9b31-Aug-2011 Ryan Dahl

unix: multiplicity

0ba44cfd30-Aug-2011 Ben Noordhuis

ev: improve feature detection on linux

2af955db30-Aug-2011 Jeroen Janssen

Fix posix dirent usage

Fixes #161

ca11711330-Aug-2011 Ryan Dahl

win: stub out missing uv_fs functions

a6ed175730-Aug-2011 Ryan Dahl

unix: implement uv_fs_lstat

dbc1cb0e30-Aug-2011 Ryan Dahl

Remove pthread-win32


LICENSE
deps/pthread-win32/.gitignore
deps/pthread-win32/ANNOUNCE
deps/pthread-win32/BUGS
deps/pthread-win32/Bmakefile
deps/pthread-win32/CONTRIBUTORS
deps/pthread-win32/COPYING
deps/pthread-win32/COPYING.LIB
deps/pthread-win32/ChangeLog
deps/pthread-win32/FAQ
deps/pthread-win32/GNUmakefile
deps/pthread-win32/MAINTAINERS
deps/pthread-win32/Makefile
deps/pthread-win32/NEWS
deps/pthread-win32/Nmakefile
deps/pthread-win32/Nmakefile.tests
deps/pthread-win32/PROGRESS
deps/pthread-win32/README
deps/pthread-win32/README.Borland
deps/pthread-win32/README.CV
deps/pthread-win32/README.NONPORTABLE
deps/pthread-win32/README.Watcom
deps/pthread-win32/README.WinCE
deps/pthread-win32/TODO
deps/pthread-win32/WinCE-PORT
deps/pthread-win32/attr.c
deps/pthread-win32/autostatic.c
deps/pthread-win32/barrier.c
deps/pthread-win32/builddmc.bat
deps/pthread-win32/cancel.c
deps/pthread-win32/cleanup.c
deps/pthread-win32/condvar.c
deps/pthread-win32/config.h
deps/pthread-win32/context.h
deps/pthread-win32/create.c
deps/pthread-win32/dll.c
deps/pthread-win32/errno.c
deps/pthread-win32/exit.c
deps/pthread-win32/fork.c
deps/pthread-win32/global.c
deps/pthread-win32/implement.h
deps/pthread-win32/misc.c
deps/pthread-win32/mutex.c
deps/pthread-win32/need_errno.h
deps/pthread-win32/nonportable.c
deps/pthread-win32/private.c
deps/pthread-win32/pthread-win32.gyp
deps/pthread-win32/pthread.c
deps/pthread-win32/pthread.dsp
deps/pthread-win32/pthread.dsw
deps/pthread-win32/pthread.h
deps/pthread-win32/pthread_attr_destroy.c
deps/pthread-win32/pthread_attr_getdetachstate.c
deps/pthread-win32/pthread_attr_getinheritsched.c
deps/pthread-win32/pthread_attr_getschedparam.c
deps/pthread-win32/pthread_attr_getschedpolicy.c
deps/pthread-win32/pthread_attr_getscope.c
deps/pthread-win32/pthread_attr_getstackaddr.c
deps/pthread-win32/pthread_attr_getstacksize.c
deps/pthread-win32/pthread_attr_init.c
deps/pthread-win32/pthread_attr_setdetachstate.c
deps/pthread-win32/pthread_attr_setinheritsched.c
deps/pthread-win32/pthread_attr_setschedparam.c
deps/pthread-win32/pthread_attr_setschedpolicy.c
deps/pthread-win32/pthread_attr_setscope.c
deps/pthread-win32/pthread_attr_setstackaddr.c
deps/pthread-win32/pthread_attr_setstacksize.c
deps/pthread-win32/pthread_barrier_destroy.c
deps/pthread-win32/pthread_barrier_init.c
deps/pthread-win32/pthread_barrier_wait.c
deps/pthread-win32/pthread_barrierattr_destroy.c
deps/pthread-win32/pthread_barrierattr_getpshared.c
deps/pthread-win32/pthread_barrierattr_init.c
deps/pthread-win32/pthread_barrierattr_setpshared.c
deps/pthread-win32/pthread_cancel.c
deps/pthread-win32/pthread_cond_destroy.c
deps/pthread-win32/pthread_cond_init.c
deps/pthread-win32/pthread_cond_signal.c
deps/pthread-win32/pthread_cond_wait.c
deps/pthread-win32/pthread_condattr_destroy.c
deps/pthread-win32/pthread_condattr_getpshared.c
deps/pthread-win32/pthread_condattr_init.c
deps/pthread-win32/pthread_condattr_setpshared.c
deps/pthread-win32/pthread_delay_np.c
deps/pthread-win32/pthread_detach.c
deps/pthread-win32/pthread_equal.c
deps/pthread-win32/pthread_exit.c
deps/pthread-win32/pthread_getconcurrency.c
deps/pthread-win32/pthread_getschedparam.c
deps/pthread-win32/pthread_getspecific.c
deps/pthread-win32/pthread_getunique_np.c
deps/pthread-win32/pthread_getw32threadhandle_np.c
deps/pthread-win32/pthread_join.c
deps/pthread-win32/pthread_key_create.c
deps/pthread-win32/pthread_key_delete.c
deps/pthread-win32/pthread_kill.c
deps/pthread-win32/pthread_mutex_consistent.c
deps/pthread-win32/pthread_mutex_destroy.c
deps/pthread-win32/pthread_mutex_init.c
deps/pthread-win32/pthread_mutex_lock.c
deps/pthread-win32/pthread_mutex_timedlock.c
deps/pthread-win32/pthread_mutex_trylock.c
deps/pthread-win32/pthread_mutex_unlock.c
deps/pthread-win32/pthread_mutexattr_destroy.c
deps/pthread-win32/pthread_mutexattr_getkind_np.c
deps/pthread-win32/pthread_mutexattr_getpshared.c
deps/pthread-win32/pthread_mutexattr_getrobust.c
deps/pthread-win32/pthread_mutexattr_gettype.c
deps/pthread-win32/pthread_mutexattr_init.c
deps/pthread-win32/pthread_mutexattr_setkind_np.c
deps/pthread-win32/pthread_mutexattr_setpshared.c
deps/pthread-win32/pthread_mutexattr_setrobust.c
deps/pthread-win32/pthread_mutexattr_settype.c
deps/pthread-win32/pthread_num_processors_np.c
deps/pthread-win32/pthread_once.c
deps/pthread-win32/pthread_rwlock_destroy.c
deps/pthread-win32/pthread_rwlock_init.c
deps/pthread-win32/pthread_rwlock_rdlock.c
deps/pthread-win32/pthread_rwlock_timedrdlock.c
deps/pthread-win32/pthread_rwlock_timedwrlock.c
deps/pthread-win32/pthread_rwlock_tryrdlock.c
deps/pthread-win32/pthread_rwlock_trywrlock.c
deps/pthread-win32/pthread_rwlock_unlock.c
deps/pthread-win32/pthread_rwlock_wrlock.c
deps/pthread-win32/pthread_rwlockattr_destroy.c
deps/pthread-win32/pthread_rwlockattr_getpshared.c
deps/pthread-win32/pthread_rwlockattr_init.c
deps/pthread-win32/pthread_rwlockattr_setpshared.c
deps/pthread-win32/pthread_self.c
deps/pthread-win32/pthread_setcancelstate.c
deps/pthread-win32/pthread_setcanceltype.c
deps/pthread-win32/pthread_setconcurrency.c
deps/pthread-win32/pthread_setschedparam.c
deps/pthread-win32/pthread_setspecific.c
deps/pthread-win32/pthread_spin_destroy.c
deps/pthread-win32/pthread_spin_init.c
deps/pthread-win32/pthread_spin_lock.c
deps/pthread-win32/pthread_spin_trylock.c
deps/pthread-win32/pthread_spin_unlock.c
deps/pthread-win32/pthread_testcancel.c
deps/pthread-win32/pthread_timechange_handler_np.c
deps/pthread-win32/pthread_win32_attach_detach_np.c
deps/pthread-win32/ptw32_MCS_lock.c
deps/pthread-win32/ptw32_callUserDestroyRoutines.c
deps/pthread-win32/ptw32_calloc.c
deps/pthread-win32/ptw32_cond_check_need_init.c
deps/pthread-win32/ptw32_getprocessors.c
deps/pthread-win32/ptw32_is_attr.c
deps/pthread-win32/ptw32_mutex_check_need_init.c
deps/pthread-win32/ptw32_new.c
deps/pthread-win32/ptw32_processInitialize.c
deps/pthread-win32/ptw32_processTerminate.c
deps/pthread-win32/ptw32_relmillisecs.c
deps/pthread-win32/ptw32_reuse.c
deps/pthread-win32/ptw32_rwlock_cancelwrwait.c
deps/pthread-win32/ptw32_rwlock_check_need_init.c
deps/pthread-win32/ptw32_semwait.c
deps/pthread-win32/ptw32_spinlock_check_need_init.c
deps/pthread-win32/ptw32_threadDestroy.c
deps/pthread-win32/ptw32_threadStart.c
deps/pthread-win32/ptw32_throw.c
deps/pthread-win32/ptw32_timespec.c
deps/pthread-win32/ptw32_tkAssocCreate.c
deps/pthread-win32/ptw32_tkAssocDestroy.c
deps/pthread-win32/rwlock.c
deps/pthread-win32/sched.c
deps/pthread-win32/sched.h
deps/pthread-win32/sched_get_priority_max.c
deps/pthread-win32/sched_get_priority_min.c
deps/pthread-win32/sched_getscheduler.c
deps/pthread-win32/sched_setscheduler.c
deps/pthread-win32/sched_yield.c
deps/pthread-win32/sem_close.c
deps/pthread-win32/sem_destroy.c
deps/pthread-win32/sem_getvalue.c
deps/pthread-win32/sem_init.c
deps/pthread-win32/sem_open.c
deps/pthread-win32/sem_post.c
deps/pthread-win32/sem_post_multiple.c
deps/pthread-win32/sem_timedwait.c
deps/pthread-win32/sem_trywait.c
deps/pthread-win32/sem_unlink.c
deps/pthread-win32/sem_wait.c
deps/pthread-win32/semaphore.c
deps/pthread-win32/semaphore.h
deps/pthread-win32/signal.c
deps/pthread-win32/spin.c
deps/pthread-win32/sync.c
deps/pthread-win32/tsd.c
deps/pthread-win32/version.rc
deps/pthread-win32/w32_CancelableWait.c
d20233c730-Aug-2011 Ryan Dahl

Fix long lines

894c005c30-Aug-2011 Ryan Dahl

unix: fix fs_async_sendfile

1a4ead5330-Aug-2011 Ryan Dahl

unix: implement uv_queue_work

0e81406b30-Aug-2011 Ryan Dahl

unix fs_async_dir works

cf08c16830-Aug-2011 Ryan Dahl

Use Windows compatibile flags

5d524fff30-Aug-2011 Ryan Dahl

unix passes test fs_file_async

cbbb254e29-Aug-2011 Jorge Chamorro Bieling

Fix for joyent/node#1506, OSX threaded write()s bug

df0b483c29-Aug-2011 Ryan Dahl

Fix gyp build

3be275ba29-Aug-2011 Ryan Dahl

Begin implementation of UNIX uv_fs_ functions

Adding this incomplete work now to ease rebase troubles later as it moves
the functions to src/unix/fs.c and introduces src/unix/internal.h.

925564e927-Aug-2011 Igor Zinkovsky

windows: improve error handling for fs functions

3a374ca727-Aug-2011 Igor Zinkovsky

add missing values to uv_fs_type

3ea037cc27-Aug-2011 Igor Zinkovsky

windows: free fs arguments inside uv_fs_req_cleanup

7cad73aa26-Aug-2011 Ryan Dahl

Fix build for UNIX

25175c7019-Aug-2011 Igor Zinkovsky

uv_fs & uv_work APIs

183178a526-Aug-2011 Igor Zinkovsky

update readme with vcbuild.bat instructions

835782a926-Aug-2011 Clifford Heath

eio: Mac OSX 10.5 (Leopard) does not have fdatasync

e954b4cd26-Aug-2011 Igor Zinkovsky

merge create_msvs_files.bat and vcbuild.bat into vcbuild.bat

39aac4a526-Aug-2011 Bert Belder

win: better shutdown for pipes

1...<<191192193194195196197198199200>>...218