FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/include - molydev/monkey · GitHub
molydev
/
monkey
Public
forked from
monkey/monkey
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
monkey
src
include
on
master
User selector
Datepicker
Commit history
Commits on May 26, 2014
Development of v1.6 begins :)
Show description for 5e43e08
edsiper
committed
5e43e08
View commit details
Copy full SHA for 5e43e08
View code at this point
Browse repository at this point
Commits on May 22, 2014
Utils: fix return value check on libc_error() stuff
Show description for 83bf013
edsiper
committed
83bf013
View commit details
Copy full SHA for 83bf013
View code at this point
Browse repository at this point
Commits on May 13, 2014
Virtual Host: add Redirect support (Fix #132).
Show description for 58fe3fa
edsiper
committed
58fe3fa
View commit details
Copy full SHA for 58fe3fa
View code at this point
Browse repository at this point
Commits on May 9, 2014
License: core and plugins are now under the Apache License v2.0
Show description for 84fa79e
edsiper
committed
84fa79e
View commit details
Copy full SHA for 84fa79e
View code at this point
Browse repository at this point
Commits on Apr 27, 2014
Plugin API: export mk_kernel_features_print
Show description for a94fa2e
edsiper
committed
a94fa2e
View commit details
Copy full SHA for a94fa2e
View code at this point
Browse repository at this point
Kernel: new features interfaces and core flags
Show description for 9d7a8cd
edsiper
committed
9d7a8cd
View commit details
Copy full SHA for 9d7a8cd
View code at this point
Browse repository at this point
Scheduler: Little improvements over REUSEPORT implementation.
Show description for fcfba49
edsiper
committed
fcfba49
View commit details
Copy full SHA for fcfba49
View code at this point
Browse repository at this point
Scheduler: new REUSEPORT balancing method/architecture.
Show description for d1da249
edsiper
committed
d1da249
View commit details
Copy full SHA for d1da249
View code at this point
Browse repository at this point
Commits on Apr 24, 2014
Socket: enable TCP_FASTOPEN only on Kernel >= 3.7.0
Show description for 6973418
edsiper
committed
6973418
View commit details
Copy full SHA for 6973418
View code at this point
Browse repository at this point
Kernel: new interface to query Linux Kernel version.
Show description for 2c38ddb
edsiper
committed
2c38ddb
View commit details
Copy full SHA for 2c38ddb
View code at this point
Browse repository at this point
Commits on Apr 3, 2014
Socket: handle new Kernel 3.14 tcp_autocorking feature.
Show description for ba0fb33
edsiper
committed
ba0fb33
View commit details
Copy full SHA for ba0fb33
View code at this point
Browse repository at this point
Commits on Apr 2, 2014
Merge pull request #115 from kaspersky/master
Show description for 1b486a5
edsiper
committed
1b486a5
View commit details
Copy full SHA for 1b486a5
View code at this point
Browse repository at this point
Commits on Apr 1, 2014
Merge pull request #122 from tssavita/sched_plugin
Show description for 1b16611
edsiper
committed
1b16611
View commit details
Copy full SHA for 1b16611
View code at this point
Browse repository at this point
Scheduler: Moving and renaming function mk_sched_worker_info() to mk_plugin_sched_get_thread_conf
tssavita
committed
e74ff9f
View commit details
Copy full SHA for e74ff9f
View code at this point
Browse repository at this point
Commits on Mar 27, 2014
IOV: store buffer type changed to void in function '_mk_iov_set_free'
tssavita
committed
0f51130
View commit details
Copy full SHA for 0f51130
View code at this point
Browse repository at this point
Commits on Mar 25, 2014
IOV: store buffer using void data type instead of char
Show description for f5ce9bf
edsiper
committed
f5ce9bf
View commit details
Copy full SHA for f5ce9bf
View code at this point
Browse repository at this point
Commits on Mar 19, 2014
Monkey configuration: add program options for configuration paths
Show description for 3946861
Vladimir Cernov
committed
3946861
View commit details
Copy full SHA for 3946861
View code at this point
Browse repository at this point
Commits on Mar 10, 2014
Libmonkey: fix build and add test for mimetype
Vladimir Cernov
committed
5458096
View commit details
Copy full SHA for 5458096
View code at this point
Browse repository at this point
Commits on Mar 5, 2014
Debian: bump to v1.5.o (development)
Show description for b11236b
edsiper
committed
b11236b
View commit details
Copy full SHA for b11236b
View code at this point
Browse repository at this point
Commits on Mar 3, 2014
Epoll: testing new MK_EPOLL_HANGUP mode
Show description for a3a99b1
edsiper
committed
a3a99b1
View commit details
Copy full SHA for a3a99b1
View code at this point
Browse repository at this point
Commits on Feb 6, 2014
Core: use new mk_ptr_t data type
Show description for b79465e
edsiper
committed
b79465e
View commit details
Copy full SHA for b79465e
View code at this point
Browse repository at this point
Memory: rename datatype mk_pointer to mk_ptr_t
Show description for b353825
edsiper
committed
b353825
View commit details
Copy full SHA for b353825
View code at this point
Browse repository at this point
Commits on Jan 28, 2014
Macro: rename MAX_PATH to MK_MAX_PATH
Show description for 9304105
edsiper
committed
9304105
View commit details
Copy full SHA for 9304105
View code at this point
Browse repository at this point
Commits on Jan 27, 2014
Conf: make FDT configurable
Show description for 2522c5f
edsiper
committed
2522c5f
View commit details
Copy full SHA for 2522c5f
View code at this point
Browse repository at this point
Commits on Jan 24, 2014
Scheduler: optimize access to thread specific data with __thread
Show description for 8094263
edsiper
committed
8094263
View commit details
Copy full SHA for 8094263
View code at this point
Browse repository at this point
Virtual Host: File Descriptor Table (FDT).
Show description for 4efbc11
edsiper
committed
4efbc11
View commit details
Copy full SHA for 4efbc11
View code at this point
Browse repository at this point
Commits on Jan 23, 2014
Core: fix compiler warnings
Show description for 6d666da
edsiper
committed
6d666da
View commit details
Copy full SHA for 6d666da
View code at this point
Browse repository at this point
Commits on Jan 22, 2014
Core: move vhost structs to new mk_vhost.h
Show description for 10ce73f
edsiper
committed
10ce73f
View commit details
Copy full SHA for 10ce73f
View code at this point
Browse repository at this point
Core: separate virtual host logic from config: new mk_vhost.c
Show description for af0b80d
edsiper
committed
af0b80d
View commit details
Copy full SHA for af0b80d
View code at this point
Browse repository at this point
Error Handling: add caller name
Show description for e47643e
edsiper
committed
e47643e
View commit details
Copy full SHA for e47643e
View code at this point
Browse repository at this point
Error Handling: new macros mk_libc_error() and mk_libc_warning()
Show description for b2aaccc
edsiper
committed
b2aaccc
View commit details
Copy full SHA for b2aaccc
View code at this point
Browse repository at this point
Commits on Jan 18, 2014
Events: remove unnecessary handlers
Show description for 2c52f3d
edsiper
committed
2c52f3d
View commit details
Copy full SHA for 2c52f3d
View code at this point
Browse repository at this point
Commits on Jan 17, 2014
Plugin API: export epoll_state calls
Show description for c9c4f0c
edsiper
committed
c9c4f0c
View commit details
Copy full SHA for c9c4f0c
View code at this point
Browse repository at this point
Commits on Jan 16, 2014
Trace: color tweaks and reduce va_args arguments
Show description for 0340926
edsiper
committed
0340926
View commit details
Copy full SHA for 0340926
View code at this point
Browse repository at this point
Commits on Dec 29, 2013
License: moves from GPLv2 to LGPLv2.1
Show description for c8d2a55
edsiper
committed
c8d2a55
View commit details
Copy full SHA for c8d2a55
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL