summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Improve reference counting.Thomas Klausner2015-12-311-29/+45
| | | * Remove duplicate case statement.Thomas Klausner2015-12-311-17/+0
| | | * Move free() to correct place.Thomas Klausner2015-12-311-1/+1
| | | * Add missing free().Thomas Klausner2015-12-301-0/+1
| | | * Return exceptions in more cases.Thomas Klausner2015-12-301-3/+11
| | | * Initialize pointer so that free() does not free random memory addresses.Thomas Klausner2015-12-301-1/+1
| | | * Raise more exceptions.Thomas Klausner2015-12-301-2/+3
| | | * Remove unnecessary whitespace.Thomas Klausner2015-12-301-5/+5
| | | * Remove unnecessary whitespace.Thomas Klausner2015-12-301-4/+4
| | | * Remove unnecessary pid check.Thomas Klausner2015-12-301-2/+0
| | | * Remove trailing whitespace.Thomas Klausner2015-12-301-2/+2
| | | * Use PyList_New instead of Py_BuildValue("[]")Thomas Klausner2015-12-301-1/+3
| | | * style: move opening brace to end of lineThomas Klausner2015-12-302-20/+10
| | | * Use // for single-line comments.Thomas Klausner2015-12-301-5/+5
| | | * Use // for single-line comments.Thomas Klausner2015-12-301-26/+16
| | | * untabifyThomas Klausner2015-12-301-128/+128
| | | * untabifyThomas Klausner2015-12-301-3/+3
| | | * Call kvm_close() in error cases to avoid resource leak.Thomas Klausner2015-12-302-0/+4
| | | * Move function on request from giampaolo.Thomas Klausner2015-12-301-9/+11
| | | * Return empty string when guessing pathname fails.Thomas Klausner2015-12-301-1/+1
| | | * Return PyErr_NoMemory(); on out-of-memory.Thomas Klausner2015-12-301-1/+1
| | | * Fix line length (PEP8).Thomas Klausner2015-12-301-1/+2
| | | * Add NetBSD support.Ryo ONODERA2015-12-3010-63/+1404
* | | | update HISTORY/READMEGiampaolo Rodola2016-01-132-3/+5
* | | | fix #722: [Linux] swap_memory() no longer crashes if sin/sout can't be determ...Giampaolo Rodola2016-01-133-18/+49
* | | | Merge pull request #557 from 0-wiz-0/masterGiampaolo Rodola2016-01-1311-63/+1402
|\ \ \ \ | |/ / / |/| | |
| * | | Move check earlier per a comment from giampaolo.Thomas Klausner2016-01-081-2/+2
| * | | Check arguments first before using it.Thomas Klausner2016-01-081-3/+4
| * | | Fix two compilation warnings.Thomas Klausner2016-01-081-1/+2
| * | | Improve reference counting.Thomas Klausner2016-01-081-29/+45
| * | | Remove duplicate case statement.Thomas Klausner2016-01-081-17/+0
| * | | Move free() to correct place.Thomas Klausner2016-01-081-1/+1
| * | | Add missing free().Thomas Klausner2016-01-081-0/+1
| * | | Return exceptions in more cases.Thomas Klausner2016-01-081-3/+11
| * | | Initialize pointer so that free() does not free random memory addresses.Thomas Klausner2016-01-081-1/+1
| * | | Raise more exceptions.Thomas Klausner2016-01-081-2/+3
| * | | Remove unnecessary whitespace.Thomas Klausner2016-01-081-5/+5
| * | | Remove unnecessary whitespace.Thomas Klausner2016-01-081-4/+4
| * | | Remove unnecessary pid check.Thomas Klausner2016-01-081-2/+0
| * | | Remove trailing whitespace.Thomas Klausner2016-01-081-2/+2
| * | | Use PyList_New instead of Py_BuildValue("[]")Thomas Klausner2016-01-081-1/+3
| * | | style: move opening brace to end of lineThomas Klausner2016-01-082-20/+10
| * | | Use // for single-line comments.Thomas Klausner2016-01-081-5/+5
| * | | Use // for single-line comments.Thomas Klausner2016-01-081-26/+16
| * | | untabifyThomas Klausner2016-01-081-128/+128
| * | | untabifyThomas Klausner2016-01-081-3/+3
| * | | Call kvm_close() in error cases to avoid resource leak.Thomas Klausner2016-01-082-0/+4
| * | | Move function on request from giampaolo.Thomas Klausner2016-01-081-9/+11
| * | | Return empty string when guessing pathname fails.Thomas Klausner2016-01-081-1/+1
| * | | Return PyErr_NoMemory(); on out-of-memory.Thomas Klausner2016-01-081-1/+1