index
:
libfuse.git
android-stable
master
libfuse for android
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
fuse_loop_mt.c
Age
Commit message (
Expand
)
Author
Lines
2024-10-11
Add libfuse util strtol wrapper
Joanne Koong
-2
/
+12
2024-05-05
Fix missing fuse_loop_cfg_destroy() in fuse_session_loop_mt_31 (#944)
Bernd Schubert
-1
/
+6
2024-04-18
Add clone_fd to custom IO (#927)
legezywzh
-5
/
+24
2023-10-25
fuse_clone_chan: avoid additional FD_CLOEXEC setting if O_CLOEXEC defined (#852)
legezywzh
-0
/
+2
2023-02-20
Avoid max-idle threads warning
Bernd Schubert
-3
/
+5
2023-01-28
Install a the configure_file (config.h) and use in headers
Bernd Schubert
-1
/
+1
2023-01-13
passthrough_hp: Add options for clone_fd, max_threads, daemonize
Bernd Schubert
-0
/
+9
2022-12-01
Make it work even if max_idle_threads is set to 0
Zhansong Gao
-1
/
+1
2022-09-04
fuse_session_loop_mt: Accept a NULL config - use defaults
Bernd Schubert
-7
/
+24
2022-09-04
fuse-loop/fuse_do_work: Avoid lots of thread creations/destructions
Bernd Schubert
-3
/
+23
2022-09-04
API update for fuse_loop_config additions
Bernd Schubert
-7
/
+86
2021-04-12
Remove unused fuse_worker bufsize (#590)
Hookey
-1
/
+0
2020-10-29
remove fuse_mutex_init
Rosen Penev
-2
/
+2
2020-09-11
Implement GCC 10 style symbol versioning (#545)
Tom Callaway
-2
/
+2
2019-09-04
Introduce callback for logging
Stefan Hajnoczi
-7
/
+7
2018-11-06
Revert "Do not include struct fuse_buf in struct fuse_worker"
Nikolaus Rath
-9
/
+13
2018-09-17
Do not include struct fuse_buf in struct fuse_worker
Nikolaus Rath
-10
/
+9
2017-09-19
Make *_loop_mt() available in version 3.0 again
Nikolaus Rath
-1
/
+1
2017-09-19
Don't use external symbol names in internal files
Nikolaus Rath
-1
/
+0
2017-08-24
Add idle_threads mount option.
Joseph Dodge
-3
/
+17
2017-08-23
fuse_loop_mt(): on error, return errno rather than -1.
Nikolaus Rath
-1
/
+1
2016-11-16
Add support for more detailed error codes from main loop
Nikolaus Rath
-0
/
+2
2016-10-13
Make -o clone_fd into a parameter of session_loop_mt().
Nikolaus Rath
-3
/
+5
2016-10-04
Merge fuse_ll into fuse_session (part 3)
Nikolaus Rath
-2
/
+2
2016-10-03
Merge master fuse_chan into fuse_session.
Nikolaus Rath
-11
/
+51
2016-10-02
Extended per-file comments.
Nikolaus Rath
-0
/
+2
2016-10-02
Turned fuse_session_{process,receive}_buf into wrapper functions.
Nikolaus Rath
-2
/
+2
2016-03-29
Inlined fuse_chan_fd
Nikolaus Rath
-1
/
+1
2015-05-18
libfuse: add "clone_fd" option
Miklos Szeredi
-2
/
+53
2013-07-24
libfuse: remove "-D_FILE_OFFSET_BITS=64" from fuse.pc
Miklos Szeredi
-0
/
+1
2013-07-17
Merge https://github.com/qknight/fuse-fuse
Miklos Szeredi
-0
/
+0
2013-06-21
libfuse: remove fuse_chan_bufsize()
Miklos Szeredi
-19
/
+8
2013-06-21
libfuse: remove fuse_chan_(send|receive)
Miklos Szeredi
-3
/
+2
2013-06-21
libfuse: replace fuse_session_next_chan
Miklos Szeredi
-1
/
+1
2013-06-20
- added a doxygen main page
Joachim Schiele
-0
/
+0
2013-03-19
libfuse: fix thread cancel race
Miklos Szeredi
-0
/
+2
2012-01-02
Remove unnecessary mutex unlock at the end of multithreaded event loop
Miklos Szeredi
-1
/
+0
2011-06-02
add "remember" option
therealneworld@gmail.com
-19
/
+32
2011-05-19
Allow batching of forget requests
Miklos Szeredi
-3
/
+7
2011-02-02
libfuse: fuse_session_loop_mt() shouldn't pause when exiting worker threads
Miklos Szeredi
-2
/
+0
2010-11-08
libfuse: support zero copy writes in lowlevel interface
Miklos Szeredi
-3
/
+8
2008-03-07
Add queuing on contention to per-node lock algorithm...
Miklos Szeredi
-1
/
+6
2008-02-08
If the "FUSE_THREAD_STACK" environment is set, initialize the stack size of t...
Miklos Szeredi
-1
/
+13
2007-12-12
change indenting
Miklos Szeredi
-173
/
+174
2007-10-16
Clarify licence version to be "LGPLv2" for the library
Miklos Szeredi
-1
/
+1
2007-05-29
lib: don't create new thread for each FORGET request...
Miklos Szeredi
-2
/
+14
2007-05-24
lib: fix memory leak on thread creation failure...
Miklos Szeredi
-0
/
+2
2007-04-26
In multithreaded loop, use a semaphore instead of SIGHUP...
Miklos Szeredi
-2
/
+7
2007-04-25
update copyright dates
Miklos Szeredi
-1
/
+1
2006-09-07
interrupt support
Miklos Szeredi
-10
/
+13
[next]